Developed as part of the React module in the Web Development Course, this project aims to create an interactive Pokédex that allows you to view all Pokémon, provide details about each one, implement pagination and include a search field to find specific Pokémon.
- Integration with PokeAPI
- Listing and pagination with all Pokémon
- Page with detailed information when clicking on the Pokémon
- Search field when typing name
- Application Deployment
- Structured project, with good code organization
- Presents a visually appealing layout
ReactTypeScriptStyle ComponentsReact Router DOMReact Hook FormReact Tanstack QueryAxios
# clone the repository
$ git clone https://github.com/EmanuelQuintino/Pokedex.git
# install dependencies
$ npm install
# run the project
$ npm run devVITE_API="https://pokeapi.co/api/v2"To contribute improvements, bug fixes or new features, simply follow these steps:
- Fork the project
- Create a branch for your contribution
- Make the desired changes
- Submit a pull request
# create branch
$ git checkout -b firstname-lastname