Skip to content

puneet2715/gitissuessimplified

Repository files navigation

Git Issues Simplified

Assignemnt Description

  • Code a webpage that shows the current open issues of a github repository in a list.
  • I chose react because the assignment was for a react developer.
  • Pagination and go to profile were extras, were not part of the assignments.

Demo

Desktop.2023.05.12.-.14.47.53.03.mp4

Setup

  • clone the repo
  • cd into the repo folder ( gitissuesimplified )
  • run npm i
  • run npm run build
  • run npm run preview