https://github.com/msz/schedule-planner
plan your classes, skip the time turner
https://github.com/msz/schedule-planner
Last synced: about 1 month ago
JSON representation
plan your classes, skip the time turner
- Host: GitHub
- URL: https://github.com/msz/schedule-planner
- Owner: msz
- License: mit
- Created: 2018-02-10T00:30:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T00:34:16.000Z (over 8 years ago)
- Last Synced: 2025-01-15T03:58:20.792Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://planner-bobtrvfisq.now.sh
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Schedule Planner
A barebones schedule planner for your classes, coded in a couple of hours for
a friend in need. Add possible times for each class, press the button and see
the magic happen!
See repo description for link to live app.
## Building and running
You'll need TypeScript, 2.7 is guaranteed to work. Run `tsc src/script.ts` to
produce the `script.js` file. Afterwards just open `index.html`.