https://pokedex-react-luizhenriquerdias.vercel.app/
- PokéApi - Awesome API to fetch Pokemon data
- Next.js - A React framework for production
- Emotion - A library designed for writing css styles with JavaScript
This requires Node.js v12+ to run.
Clone the project, install the dependencies and start the server.
cd pokedex-react
npm install
npm run dev