This project is a creative implementation that uses the PokéAPI to display Pokémon data. The project is built using React and Vite, following the guidelines provided for a Frontend Intern assignment at Fixerra.
- Pokémon Listing: Fetches and displays data from the PokéAPI.
- Search Functionality: A search bar with debounce functionality to filter Pokémon.
- Filters: Additional filters to explore Pokémon data based on different criteria.
- Responsive Design: Built with Tailwind CSS to ensure a visually appealing and responsive interface.
- React.js: Frontend framework for building UI.
- Vite: For fast development build and optimized production build.
- Tailwind CSS: Utility-first CSS framework for styling the components.
- PokéAPI: API for fetching Pokémon data.
-
Clone the repository:
git clone https://github.com/vai-sys/Pokemon-API.git
cd Pokemon-API
npm install