/PokemonAPI

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.

Primary LanguageJavaScript

Pokémon API in React 🐾

Netlify Status

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.

Features 🌟

✨ 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.

Demo 🚀

Check out the live demo hosted on Netlify: Live Demo

Demo Gif

Getting Started 🛠️

Installation

  1. Clone the repository: git clone https://github.com/isarvesh/PokemonAPI.git
  2. Navigate to the project directory: cd PokemonAPI
  3. Install dependencies: npm install
  4. Start the development server: npm start
  5. Open your browser and visit: http://localhost:3000

Contributing 👥

We welcome contributions from the community! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -am 'Add your feature'
  4. Push the branch to your forked repository: git push origin feature/your-feature-name
  5. Submit a pull request.

License 📝

This project is licensed under the MIT License.

Acknowledgements 👏

  • Pokémon API - Free and open-source API for getting Pokémon data.