A website to auto-generate the best course schedule for UMD students.
Just input your courses and click generate!
ScheduleTerp Frontend is written in Typescript with React, making use of Material UI and React-Router. The frontend is hosted on Vercel. To generate schedules, our RESTful API backend is called. This backend calls an AWS Lambda function and returns back a JSON of schedules. In order to find out about course data, we make calls to the UMD.io and PlanetTerp APIs.
See our Trello board!