Skip to content

melgacoc/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

Summary

This is a web application that allows you to browse a collection of Pokemons and view their information, including their name, image, and types. You can also search for a specific Pokemon, add and remove them from your favorites list, and view more details about each Pokemon on their individual page.

Technologies

This project was built using the following technologies:

React Badge Apollo Client GraphQL React Router


API

That application was built using GraphQl PokeAPI and the Regular API.

Installation

Clone the repository: git clone https://github.com/melgacoc/pokedex.git

Install the dependencies: npm install

To run the application: npm start

To generate a test coverage report: npm run test:coverage

Try out here

https://main--melgaco-pokepai.netlify.app/