An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MyTimetable

![banner image](public/banner.png)

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
```