A simple react app to add repositories to a list saved on local storage and see repository details, filtering by issues and paginate.
Clone the project with
git clone https://github.com/cadohr/rocketseat-bootcamp-desafio05.git
Get in the project path
cd rocketseat-bootcamp-desafio05
Then install the dependencies with:
yarn
Start application with:
yarn start
Open browser on:
localhost:3000