Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.01 KB

README.md

File metadata and controls

14 lines (8 loc) · 1.01 KB

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! :)