Schedule Master is a web application that takes the user's inputs in the form of a Google Calendar event. These events contain the title to their task, the desired time spent doing their task, and their priority level of that specific task. With all of this considered, Schedule Masters sorts the tasks given to it based on the priority level the user assigned to it from high to low and imports the newly made schedule into the user's own Google Calendar.
Download the file extract it to the directory of your choice and then import the project into the code editor of your choice.
You will need to have NodeJS install on your computer.
- Download and unzip the files
- Import the project into a code editor of your choice
- Navigate to the webiste/dist folder on the terminal
- Run the command 'node app.js'
- Test the web application!
HTML, CSS, JavaScript, Node.js, Express, Google Cloud API.
Template that we updated to build Schedule Master
