Skip to content

alvareztomas1/pokedex-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Pokedex App

About the project

A React application for querying information about Pokémon. It utilizes a paginator to enhance navigation and facilitate view switching within the application. Also, consumes https://pokeapi.co/ to obtain information and list twenty pokemons per page, being able to click each one to get specific data about it.

Important features

Feature Description
Component encapsulation Every aspect of the app is divided into components, achieving a batter organization, maintainability and scalability.
Local storage App uses Local Storage to reduce the amount of fetches needed to obtain information, improving performance.

Technologies used

  • React create app: Create React App is a command-line tool (CLI) to set up and scaffold the React.js project.
  • Bootstrap: Bootstrap is a popular front-end framework for building responsive websites and web applications.
  • Cypress: Cypress is a modern end-to-end testing framework built for the modern web. It enables developers to write automated tests for web applications.

How to run the project

npm install to install all dependencies used in the project and npm start to run the app.

Open http://localhost:3000 to view it in your browser.

About

Pokedex - react Alvarez Tomás

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published