Skip to content

Lightweight, full-stack ARR scheduling tool to facilitate course scheduling for all university students. Developed using React

Notifications You must be signed in to change notification settings

DigitalVeer/Calender-Commander

 
 

Repository files navigation

Calendar Commander - a Student ARR Generator

Welcome to Calendar Commander, a compact application that provides a cleaner way to handle schedule generation in React. It’s primarily focus at assisting schedule generation for University students, but can also be embedded in any existing scheduling software that needs a calendar generator. It's essentially a cleaner way to break down the ARR into a manner which simply generates suitable schedules for students .

Requirements

Installation

npm comes bundled with node, & most third-party distributions, by default. Officially supported downloads/distributions can be found at: nodejs.org/en/download

To install, run npm install on the source directory. Start the application with npm start

Features

  • Modern, light-weight API for reading, generating and adding schedules for students.
  • Unified, simple user configuration customization.
  • Easily construct various calenders allowing for a multitude of options.

Topics

  1. Data Storage - ElephantSQL to manage course/academic requirements and schedules for students
  2. Server-Side - Express and calculations of schedules will be done on the server and sent to the client
  3. Front-End - We are using a React Framework to create the UI

InputScreen PreferencePane Generated Screenshot

Authors

About

Lightweight, full-stack ARR scheduling tool to facilitate course scheduling for all university students. Developed using React

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 45.3%
  • Python 28.5%
  • CSS 26.0%
  • HTML 0.2%