Skip to content

paulojbleitao/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

A pokedex application built with React that aims to be simple and easy to understand by beginners. All data is fetched from the amazing PokeAPI. It is available at https://paulojbleitao.github.io/pokedex/.

Dependencies

To run the Pokedex locally, you need to have npm or yarn (preferably yarn) installed on your machine. After cloning the project, simply running yarn install followed by yarn start will get the application up and running on http://localhost:3000.

Contributing

After getting the app running, you can proceed to editing the code! You can check out open issues or create your own if you want to fix a bug, create a new feature or do something else. Don't be afraid to get in touch!

Make sure that the files you create or edit don't have linting or flow errors. To check, run yarn lint and yarn run flow. If there's anything you don't understand, just ask! :)

About

Simple Pokedex application built with React and PokeAPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published