A simple page where you can add a repository and see links to issues (open/closed/all).
-
Saving repositories to local storage
-
Pagination
-
Status of issues (open/closed/all)
Clone the project
git clone https://github.com/henrique-diniz/git-repo-project
Go to the project directory
cd git-repo-project
Install dependencies
-
npm install react
-
npm install react-dom
-
npm install react-scripts
-
npm install axios
-
npm install react-icons
-
npm install styled-components
-
npm install react-router-dom