This is a simple pokedex app that uses the PokeAPI to display information about different pokemons. The app is built using React and TailwindCSS.
- Search for pokemons by name
- View detailed information about a pokemon
- View a list of all pokemons with pagination (original 151 pokemons, 10 per page; in case you want to see all pokemons, you can change the limit in the
getPokemons
function insrc/pages/pokemons.tsx
)
- Clone the repository
- Install the dependencies
npm install
bun install
- Start the development server
npm run dev
bun dev
- Open the app in your browser at
http://localhost:5173
This project is licensed under the MIT License - see the LICENSE file for details.