https://github.com/bapjiws/github-issue-manager
A minimalist dashboard to show GitHub issues assigned to you
https://github.com/bapjiws/github-issue-manager
apollo-client github-actions graphql heroku javascript material-ui socket-io
Last synced: 3 months ago
JSON representation
A minimalist dashboard to show GitHub issues assigned to you
- Host: GitHub
- URL: https://github.com/bapjiws/github-issue-manager
- Owner: bapjiws
- Created: 2019-10-19T17:25:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T07:52:07.000Z (over 5 years ago)
- Last Synced: 2025-01-28T16:44:20.906Z (4 months ago)
- Topics: apollo-client, github-actions, graphql, heroku, javascript, material-ui, socket-io
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A minimalist dashboard to show GitHub issues assigned to you (right now the author of this repo and the repo itself are hardcoded) and features the following:
- was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
- uses [Socket.IO](https://github.com/socketio/socket.io) and [GitHub actions](https://github.com/features/actions) for live updates (opening/reopening an issue fires a GitHub action that hits an endpoint and the server pushes an update to the client)
- [Apollo Client](https://www.apollographql.com/docs/react/) and [GitHub GraphQL API](https://developer.github.com/v4/) to fetch teh data
- [Material-UI](https://material-ui.com/) for visual presentation
- Deployed to Heroku at https://github-issue-dashboard.herokuapp.com/Run `npm run start:dev` for development version and `npm run build && npm run start:prod` for production version.