/Guess-Pokemon

An application that puts your Pokémon knowledge to the test!

Primary LanguageJavaScript

Who's That Pokemon Netlify Status

An application that puts your Pokémon knowledge to the test!

Live Demo

You can explore the live demo of this Todo App by visiting here

Preview

Who's_That_Pokemon Who's_That_Pokemon Who's_That_Pokemon

Project Description

Welcome to "Who's That Pokemon?" – an engaging React application that puts your Pokémon knowledge to the test! This interactive game challenges players to identify Pokémon from their shadows, adding an exciting twist to the classic guessing game. The application leverages the PokeAPI to fetch real-time data, ensuring an up-to-date and diverse selection of Pokémon for an immersive gaming experience.

What I Learnt/Used

  • React : The core library for building the user interface and managing the application's state.
  • React Router : Facilitates seamless navigation within the application, ensuring a smooth user experience.
  • PokeApi : A RESTful API providing extensive Pokémon data, enhancing the game's content and realism.

Requirements

Before getting started with this project, you should have:

  • Basic knowledge of React.js.
  • Basic knowledge of HTML and CSS.

Usage

  1. Clone this repository to your local machine:
  git clone https://github.com/aditya-armal/Guess-Pokemon.git

Navigate to the project directory:

cd Guess-Pokemon

Install the project dependencies:

npm install

Start the development server:

npm start

Open your web browser and visit http://localhost:3000 to access the Application.