Giter Site home page Giter Site logo

aesmi / notangles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devsoc-unsw/notangles

1.0 0.0 0.0 10.11 MB

The best tool to plan your weekly UNSW timetable with friends. Super easy, customisable, drag and drop. Now with autotimetabling to plan your timetable for you! Custom events and social timetabling coming soon!

Home Page: https://notangles.csesoc.app

HTML 3.30% CSS 0.13% TypeScript 77.13% Dockerfile 0.83% Shell 0.36% Python 5.81% JavaScript 12.44%

notangles's Introduction

Notangles

Notangles 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/2022. 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 npm (usually bundled with Node.js)
  • Python

Setup

Clone the repository:

git clone [email protected]:csesoc/notangles.git

Running the front-end

Navigate into /client, install packages with npm i, then run one of the follow commands:

  • npm start (if you already have the timetable server running locally; connects to that)

  • npm run start:mock (if you don’t have the timetable server running locally; connects to our real server)

If you need to test the autotimetabler, both npm start and npm run start:mock will connect to the local autotimetabling server. Make sure to start it up with the steps below.

You can then access the client at http://localhost:3000 in your favourite web browser.

Running the back-end

Navigate into /server, install packages with npm i, then run npm start. The server will be hosted at http://localhost:3001

Running the auto-timetabler

Navigate into /auto_server, setup a virtual environment, install the required Python packages with pip install -r requirements.txt, then start the server with python server.py.

Documentation

For more information, see our Confluence space.

notangles's People

Contributors

maxwowo avatar dependabot[bot] avatar ad9000 avatar lukefisklennon avatar ecl1ipse avatar tonytangio avatar renovate[bot] avatar munjoonteo avatar lhjt avatar martanman avatar esyw avatar itsviggo avatar maxphillipsdev avatar gracexkan avatar oliverxu42 avatar peedee2002 avatar peterganzw avatar emilytangg avatar oak-02 avatar renovate-bot avatar anjerraa avatar skithy avatar insou22 avatar mehakarya avatar

Stargazers

ZhouZ avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.