PokéAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon. This project offers the user the possibility to create its favourite pokémons configurations, selecting mons, moves and abilities.
Click to discover the project.
git clone https://github.com/Bilodev/PokeAPI-Interface
cd PokeAPI-interface
npm i
npm run dev
This project is created via vite, and its made with svelte-ts.