Welcome to the Pokémon API in React project! 🎉 This project provides a simple and user-friendly interface for accessing Pokémon data using the free and open-source Pokémon API.
✨ User-friendly UI: Enjoy a visually appealing and intuitive user interface. ✨ Pokémon Search: Easily search for Pokémon by their ID or name. For example, search for "1" or "cheri" to find the corresponding Pokémon. ✨ Proper Display: The Pokémon data is presented in a well-organized and structured format, allowing users to easily view their powers, features, and other details.
Check out the live demo hosted on Netlify: Live Demo
- Clone the repository:
git clone https://github.com/isarvesh/PokemonAPI.git
- Navigate to the project directory:
cd PokemonAPI
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit:
http://localhost:3000
We welcome contributions from the community! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -am 'Add your feature'
- Push the branch to your forked repository:
git push origin feature/your-feature-name
- Submit a pull request.
This project is licensed under the MIT License.
- Pokémon API - Free and open-source API for getting Pokémon data.