My pokédex app helps you get information about Pokémon, evolutions, types, status and abilities using information from the api PokéApi.
- Next.js 13
- TypeScript
- Tailwind
- MaterialUI
- Clone repository:
git clone https://github.com/Mathh19/my-pokedex.git
- Navigate to directory:
cd my-pokedex
- Install dependencies:
npm install
- Run development:
npm run dev
The app should now be available at http://localhost:3000/.