Welcome to the Pokedex React App! This is a simple web application that allows you to explore information about Pokémon using the PokeAPI. You can view details of various Pokémon, including their names, types, and images.
Follow these steps to clone and run the project on your local machine:
-
Clone the repository to your machine using the following command:
git clone https://github.com/seu-nome-de-usuario/pokedex.git
-
Navigate to the project directory:
cd pokedex
-
Install project dependencies using npm
npm install
-
Start the development server:
npm start
-
Open your web browser and access the following URL:
http://localhost:3000
The Pokedex React App allows you to:
- View a list of Pokémon with their names, types, and images.
- Explore details of individual Pokémon by clicking on their cards.
- Search for Pokémon by name using the search bar.
This project was developed using the following technologies:
- React
- PokeAPI (for obtaining Pokémon data)
If you would like to contribute to this project, feel free to create pull requests or report issues. Your feedback is valuable!
This project is licensed under the MIT License.
Made with ❤️ by Hernani Diniz (https://github.com/hedy44)