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 .
- React.js
16.0or higher must be installed to run this program
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
- Modern, light-weight API for reading, generating and adding schedules for students.
- Unified, simple
user configurationcustomization. - Easily construct various calenders allowing for a multitude of options.
- Data Storage - ElephantSQL to manage course/academic requirements and schedules for students
- Server-Side - Express and calculations of schedules will be done on the server and sent to the client
- Front-End - We are using a React Framework to create the UI


