Skip to content

Latest commit

 

History

History
65 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

65 lines (28 loc) · 1.24 KB

Pokémon

React application using the data (https://raw.githubusercontent.com/Biuni/PokemonGO-Pokedex/master/pokedex.json) of the Pokémon and filtering by name and number.

System image

Description

The purpose of this application is to provide users with a Pokédex-like interface where they can explore information about different Pokémon. Users can search for Pokémon by name or number, and the application will display relevant details such as types, abilities, and base stats.

Features

  • Display information about different Pokémon.
  • Filter Pokémon by name and number.
  • View details such as types, abilities, and base stats for each Pokémon.

Technologies Used

  • React
  • PokémonGO Pokédex JSON data
  • SASS

Installation:

To clone this project, you need to have node and npm installed globally on your machine.

Run the following command to install the project dependencies:

npm install

After installing the dependencies, you can start the React application:

npm start

This will start the development server and open the application in your default web browser.

localhost:3000/