https://github.com/kevindew/2nd-line-dashboard
WIP GOV.UK 2nd Line Dashboard
https://github.com/kevindew/2nd-line-dashboard
Last synced: about 1 year ago
JSON representation
WIP GOV.UK 2nd Line Dashboard
- Host: GitHub
- URL: https://github.com/kevindew/2nd-line-dashboard
- Owner: kevindew
- License: mit
- Created: 2018-05-09T19:31:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T12:56:14.000Z (over 4 years ago)
- Last Synced: 2024-10-05T01:41:26.998Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://kevindew.github.io/2nd-line-dashboard/
- Size: 886 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚧WIP 2nd Line Dashboard🚧
This is a dashboard for use by GOV.UK to monitor 2nd Line. It's built using
[create-react-app][]. It's just something I've been playing around with (with
some very rusty CSS, React and Redux knowledge) hopefully will form into
something proper.
A build of the master branch is available at:
https://kevindew.github.io/2nd-line-dashboard/ but this isn't usable outside of
GDS network.
## Dependencies
For further information of the dependencies used to build this check out:
- [Create React App User Guide][create-react-user-guide]
- [ES2015 Javascript](https://babeljs.io/learn-es2015/)
- [Redux state container](https://redux.js.org/)
## License
[MIT License](LICENSE)
[create-react-app]: https://github.com/facebook/create-react-app
[create-react-user-guide]: https://github.com/facebook/create-react-app/blob/dfbc71ce2ae07547a8544cce14a1a23fac99e071/packages/react-scripts/template/README.md