A web app made with ReactJS to save GitHub repositories (using GitHub API) on localstorage and list/find issues. Just inform the owner of the repository and the name of the repository, right after clicking to add. For example: facebook/react (the list of your repositories will be saved in localstorage and will be displayed whenever you access).
If you use npm, just replace the yarn > npm.
-
Clone the repository to your computer, navigate to the folder and use the command yarn install to install the dependencies.
-
Using the terminal, navigate to the project folder and use the yarn start command.
-
Done! The project will be running on localhost: 3000
-
This project uses: React (ReactJS), Axios, React Router DOM, Styled Components, localStorage.