🎮 Application to display a list of Pokemons using this API.
Minimum requirements🚀
- Elements of list must show name and image of the pokemon.
- It is no allowed to use a CSS framework for custom design.
- It is allowed to use JS vanila or a framework of choice.
- Github repository with a readme.
Other features😜
- I added buttons to navigate to previous or next grids if available.
- I refactored with a customized hook for atomic design.
- I created a local variable for using the API endpoint.
- Plus, decided to show different provided front or back images wether they are female or male pokemons.
- HTML + CSS + JavaScript
- REACT JS
- Axios
- React-Router-Dom
git clone https://github.com/MayuRuru/PokemonApi.git
npm install
npm start
- Runs the app in the development mode | Open http://localhost:3000 to view it in your browser.