https://github.com/melgacoc/pokedex
Find your favorites pokemons
https://github.com/melgacoc/pokedex
api apollo-client css3 graphql html5 javascript react react-router rtl
Last synced: 3 months ago
JSON representation
Find your favorites pokemons
- Host: GitHub
- URL: https://github.com/melgacoc/pokedex
- Owner: melgacoc
- Created: 2023-03-25T16:14:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T15:09:43.000Z (over 3 years ago)
- Last Synced: 2025-01-21T03:42:51.303Z (over 1 year ago)
- Topics: api, apollo-client, css3, graphql, html5, javascript, react, react-router, rtl
- Language: JavaScript
- Homepage: https://main--melgaco-pokepai.netlify.app/
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:




---
## API
That application was built using [GraphQl PokeAPI](https://graphql-pokeapi.graphcdn.app/) and the [Regular API](https://pokeapi.co/api/v2/pokemon/).
## 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/