Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uber5/u5-about
Given React, build an 'about' page to show revision etc, and client side error logging
https://github.com/uber5/u5-about
Last synced: 6 days ago
JSON representation
Given React, build an 'about' page to show revision etc, and client side error logging
- Host: GitHub
- URL: https://github.com/uber5/u5-about
- Owner: Uber5
- License: mit
- Created: 2017-05-11T09:04:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T15:02:14.000Z (over 7 years ago)
- Last Synced: 2024-10-12T17:30:06.976Z (about 1 month ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How
Check [the sample](./sample).
Roughly:
* Include the script (TODO: with what key?) from static.uber5.com, see
[index.html](./sample/index.html).
* Use the `About` and the `LoggedErrors` components somewhere in the app, see
[app.js](./sample/app.js) for an example.The React components are really simplistic, so you can easily replace them with
your own, if you find them too ugly (and they are ugly).# How Ready?
Not ready, in development. Don't use.