https://github.com/compsci-adl/mytimetable
A drag-and-drop timetable planner for Adelaide University students.
https://github.com/compsci-adl/mytimetable
courses drag-and-drop timetable university
Last synced: 5 months ago
JSON representation
A drag-and-drop timetable planner for Adelaide University students.
- Host: GitHub
- URL: https://github.com/compsci-adl/mytimetable
- Owner: compsci-adl
- License: mit
- Created: 2024-06-29T12:33:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T03:44:37.000Z (6 months ago)
- Last Synced: 2026-01-11T11:05:09.940Z (6 months ago)
- Topics: courses, drag-and-drop, timetable, university
- Language: TypeScript
- Homepage: https://mytimetable.csclub.org.au
- Size: 2.1 MB
- Stars: 24
- Watchers: 2
- Forks: 13
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyTimetable

MyTimetable is a simple drag-and-drop timetable planner for Adelaide University students. Easily organise your course classes and create the perfect timetable with this tool by the CS Club Open Source Team.
## Development
1. Install the dependencies
```sh
pnpm i
```
2. Copy `.env.example` to a new file `.env`
3. Run the development server
```sh
pnpm run dev
```
4. Open with your browser to see the result.
5. (Optional) Run the tests
```sh
pnpm run test
```