PokeAPI React Project

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.

Features

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

Technologies Used

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

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/vai-sys/Pokemon-API.git
    
 cd Pokemon-API
 npm install