Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.11 KB

GithubIssuesExplorer

Web App that displays a repos issues and pull requests while allowing them to filter states.

App hosted on Heroku here: https://githubissuesexplorer.herokuapp.com/

alt text alt text

Getting Started

Steps to run program.

  1. Clone this repository.
  2. Run npm install to install dependencies.
  3. You can now run npm start to see the app on http://localhost:3000.

Usage

  1. Start by typing in a github url in the search bar.
  2. A set of boxes filtered by all will show up displaying all the issues including the pull requests.
  3. You can filter these with the buttons at the top left. Navigate to the repository and navigate to the issue or pr.

Authors

Acknowledgments

  • Make sure you know about stashing before you 'git reset --hard origin' and pop all the saved stashs just to lose all your work.
  • Got to learn more about react and UI than I thought I would from a small project.