Skip to content

mmboyce/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokédex

This app is a functional pokedex! It makes calls to PokéAPI to fetch information about every pokemon stored on its API.

On the app, every pokemon is listed in the sidebar to the left, and you can click on their names to redirect to that entry in the pokedex.

Additionally, navigational buttons are present to help you traverse one by one through the Pokédex.

Lastly, you can enter the name of any Pokémon into the search bar at the top of the page to navigate even quicker! If you can't remember the name of a Pokémon, that's ok too, because the autocomplete will assist you greatly.

The app will remember where you left off too, as it keeps track of the Pokémon you were viewing when your last session ended, as well as what you had entered in the search box.

Click here to check it out on CodeSandbox!

Testing the App

All the tests were written with jest and react-testing-library You can test the App on your end by cloning the repository and running npm install and then npm run test-coverage which will display the full coverage of all the tests!

Dependencies

This project was bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published