Made with 💜 by Vinicius Jose
- Preview: https://pokedex-4329d8.netlify.app/
I did this project as a means to improve my studies in React, it consists of a pokedex, with information from pokemon, Built using the PokéAPI.
I developed this application to reinforce my studies in react and styled-components, in it I made 3 pages, Home, Pokemon and Page 404.
This application was developed in react, in it I used styled-components to do all the design of the pokemons cards, which made me have a better understanding of the library. I also used react-router-dom to make routes and filters for pokemons, and used axios to get data from PokeApi
This project was developed with the following technologies:
- Javascript
- React
- React-router-dom
- React-icons
- Styled-components
- Axios
- PokeApi
- ContextApi
$ git clone https://github.com/zV1N1/pokedex-react-app.git
# Go into the repository
$ cd pokedex
# Install dependencies
$ yarn install
# Run the app
$ yarn start
Thanks to PokéAPI.co for the data.