A simple Pokémon catalogue, built with React, Material-UI and PokéAPI.
- View basic details of each Pokémon
- Filter Pokémon based on Region and Type
- Sort Pokémon by ID/Name
- Search Pokémon by its Name/ID
- Dark mode toggle
- Scroll to top
- Lazy loading of images
- Responsive design
- React
- Material-UI
- PokéAPI
- Add favorites
- Router for Pokemon details
- Clone this repo
- Run
npm install
'oryarn
and afternpm start
oryarn start
- The application opens in
http://localhost:3000/
or any other available port