The project is about a web site that access React's repository from Github's API and manage its issues. The project features are:
- List all issues;
- Filter by status: open or closed;
- Filter by labels;
- Sort by newer;
- Sort by older;
- Sort by comments;
- Differentiate odd Issues from even.
It was made using ReactJS with:
- Styled Components
- React Hooks
- Material UI
The deploy was done with Netlify and can be accessed at the following URLs:
PS: Its it necessary to have Node, NPM and Yarn installed.
To contribute follow the steps:
-
Clone the repository:
$ git clone https://github.com/lucianaribeiro/issues-project.git -
Install dependencies:
$ yarn install -
Run the project:
$ yarn start