https://github.com/openscript-ch/course-clock
https://github.com/openscript-ch/course-clock
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openscript-ch/course-clock
- Owner: openscript-ch
- Created: 2023-03-03T11:30:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T11:43:50.000Z (over 2 years ago)
- Last Synced: 2025-01-13T14:33:14.285Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://openscript-ch.github.io/course-clock/
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# CourseClock
CourseClock is a webapp, created entirely with typescript, that allows you to create, edit and organize your course plan, being able to import and export it as pdf or json file.
> check it out: https://openscript-ch.github.io/course-clock/
## Create course
It is as easy as, in The "Allgemein" Tab
1. define the name of the course
2. define the author's name
3. determine the number of days the course will have.
On the "Woche", "Tag" tabs you can create events using a form which will require a name, start and end time as well as an event procedure.
With two clicks on the day or a simple click on 'Segment hinzufügen' you will access the form.
Once everything is done create the course
## Edit course
Feel free to edit your course plan as much as you like
- edit course name / author
- add/remove days or events
- edit event content
- use drag and drop to move events
- resize events to adapt their duration time
Once satisfied save the course
## Import JSON .file
Dragging your file or simply clicking on json.file imports your course immediately.