Skip to content

The project is about a web site that access React's repository from Github's API and manage its issues using ReactJS.

Notifications You must be signed in to change notification settings

lucianaribeiro/issues-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React's Repository Issues Project

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

Deploy

The deploy was done with Netlify and can be accessed at the following URLs:

How to Contribute

PS: Its it necessary to have Node, NPM and Yarn installed.

To contribute follow the steps:

  1. Clone the repository: $ git clone https://github.com/lucianaribeiro/issues-project.git

  2. Install dependencies: $ yarn install

  3. Run the project: $ yarn start

About

The project is about a web site that access React's repository from Github's API and manage its issues using ReactJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published