https://github.com/sashafklein/sergeant-app
https://github.com/sashafklein/sergeant-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashafklein/sergeant-app
- Owner: sashafklein
- Created: 2016-04-18T03:42:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T00:31:10.000Z (about 9 years ago)
- Last Synced: 2025-02-09T06:41:18.136Z (4 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sergeant
A very very basic React Native app built to explore GraphQL and create a simple too for guiding me through a morning routine.
## TODO
- [ ] Make it not-ugly
- [ ] Alter the `sergeant-api` to operate off of a database and take step timestamps
- [ ] Add a `componentWillUnmount` timestamp for each step
- [ ] Add skipping functionality### Distant TODO
- [ ] Drill/Step creation
- [ ] Users and authentication
- [ ] Task editing/deleting/reordering