Skip to content

AidaGube/pokemons-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemons web-site

Created a simple project using React with The RESTful Pokemon API

Main features:

  1. Pokemon Cards: Displaying information about Pokemon, such as their image, name and type.
  2. Filtering: Implementation of the possibility of filtering Pokemon by type
  3. Detailed information: When clicking on the Pokemon card, redirects the user to a page with detailed information about the selected Pokemon, where its characteristics, abilities and other details are displayed.
  4. Integration with the RESTful Pokemon API: Using the RESTful Pokemon API to get data about Pokemon, including their images, and using this data to fill out cards and detailed information about Pokemon.

Stack:

React, React-Router, CSS modules, API

To run this app:

  1. Clone this repository
  2. Install all necessary dependencies: npm i
  3. Start the app: npm start

About

An application for displaying all Pokemon. Also, clicking on the card opens detailed information about Pokemon. You can change the theme on the page and plus pagination.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published