CometS1 / late

Lazy Automatic Time Evaluator

Home Page:https://rcos.io/projects/apexal/late/profile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LATE

Lazy Automatic Time Evaluator

Links

Overview

LATE is a web app that automatically distributes your homework/study time for you based on your calendar while also adapting if you fall off schedule.

Goals

  • To provide the user with a clear list of all upcoming assignments and tests.
  • To automatically allocate free time in a user’s calendar to work on/study for assignments/tests.
  • To remind users to follow the allocated study/work times through means including notifications, text messages, etc.
  • To account for missing scheduled work by reallocating work times

Target Audience The target audience is college students who use tools such as Google Calendar to track their daily schedules.

Local Setup

Make sure you have NodeJS installed with version >= 11.0.0.

  • Clone the repository
  • If you want to use a specific branch, switch to it with $ git checkout branch_name
  • $ npm install -g @vue/cli
  • $ npm install
  • $ npm run build-dev
  • Create a .env file in the root folder with the proper configuration environment variables
  • $ source .env
  • $ npm run dev
  • Go to url http://localhost:3000 in your browser

About

Lazy Automatic Time Evaluator

https://rcos.io/projects/apexal/late/profile

License:MIT License


Languages

Language:Vue 54.5%Language:JavaScript 44.6%Language:HTML 0.9%Language:CSS 0.1%