8000 GitHub - ERiverIllini/TickTask: CS196 Fall 18 Tick Task Repo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ERiverIllini/TickTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TickTask

Overview

Tick Task is a web app intended for use by students to prioritize their assignments, although it can be utilized by any user who wants to better organize their workflow. Users are first greeted with a login page, where they can make an account that will store their information and authenticate them for future accessing of the site. In the app itself, users input their assignments with information about them such as estimated time to complete and due date, and an algorithm creates a priority list of all the assignments. The app then creates each assignment as a Google Calendar event, which will inform the user of the optimal time to complete each assignment. This app is built using the MERN stack (MongoDB, Express, React, Node.js) and is hosted using AWS.

Minimum Viable Product

  • Login page allowing users to sign in with their Google account
  • Main page allowing users to input assignments, algorithm decides their priority and Google Calendar event is created

Install Dependencies

npm install
npm install -prefix client

Start server

npm run server

Start client

npm start -prefix client

Start both

npm run dev

About

CS196 Fall 18 Tick Task Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

0