https://github.com/devsoc-unsw/notangles
The best tool to plan your weekly UNSW timetable with friends. Super easy, customisable, drag and drop. Now with autotimetabling and custom event creation! Social timetabling coming soon.
https://github.com/devsoc-unsw/notangles
express grpc mongodb nestjs node puppeteer python react typescript
Last synced: 19 days ago
JSON representation
The best tool to plan your weekly UNSW timetable with friends. Super easy, customisable, drag and drop. Now with autotimetabling and custom event creation! Social timetabling coming soon.
- Host: GitHub
- URL: https://github.com/devsoc-unsw/notangles
- Owner: devsoc-unsw
- License: other
- Created: 2019-06-05T01:10:59.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2026-05-26T10:10:11.000Z (27 days ago)
- Last Synced: 2026-05-26T12:14:44.175Z (27 days ago)
- Topics: express, grpc, mongodb, nestjs, node, puppeteer, python, react, typescript
- Language: TypeScript
- Homepage: https://notangles.devsoc.app
- Size: 49 MB
- Stars: 77
- Watchers: 6
- Forks: 9
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Notangles
[Notangles](https://notangles.devsoc.app/) is an interactive drag-and-drop timetable planner designed to help UNSW students plan their ideal weekly timetable.
## Background and Motivation
A few weeks before class registration opens, UNSW releases all of their class information at http://timetable.unsw.edu.au. However, the classes and their respective times are formatted in a way that makes it difficult for students trying to plan out their classes before registrations open. Notangles aims to present this information in an easy to visualise and intuitive fashion, allowing students to plan out their timetable by simply dragging and dropping the classes that they are taking.
Students often find it hard to plan out their classes such that they end up in the same class as their friends. It can also be difficult to plan out times where they can meet up with their friends outside of class. Notangles aims to solve this problem through social timetabling, allowing users to view their friends’ timetables and to also plan out timetables collaboratively.
## Running Notangles on your Local Machine
### Prerequisites
Before you start, make sure that you have the following software installed.
- Git (standard on Linux) or GitHub Desktop
- Node.js and pnpm (install with `npm i -g pnpm`)
- Python
- Docker Desktop
### Setup
Clone the repository:
`git clone git@github.com:devsoc-unsw/notangles.git`
> Follow README.md files in `client`, `server`, and `auto_server` subdirectories to setup the notangles application.
## Documentation
For more information, see our [Confluence space](https://devsoc.atlassian.net/wiki/spaces/N/overview?homepageId=1572869).