/git-repo-project

A simple page where you can add a repository and see links to issues (open/closed/all).

Primary LanguageJavaScript

Repository reader with React

A simple page where you can add a repository and see links to issues (open/closed/all).

React

Features

  • Saving repositories to local storage

  • Pagination

  • Status of issues (open/closed/all)

Run Locally

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

Authors