All Projects → Apexal → Late

Apexal / Late

Licence: mit
A web app for RPI students to manage their course load.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Late

Quick Plan
Defines and schedules Garmin workouts
Stars: ✭ 93 (+75.47%)
Mutual labels:  schedule, calendar
Forcal
📅 Das AddOn ist ein variabel einsetzbarer Kalender(-Generator), Skedule, Newssystem, Event- und Terminplaner für REDAXO 5.x.
Stars: ✭ 52 (-1.89%)
Mutual labels:  schedule, calendar
Tui.calendar
🍞📅A JavaScript calendar that has everything you need.
Stars: ✭ 9,537 (+17894.34%)
Mutual labels:  schedule, calendar
Period
Complex period comparisons
Stars: ✭ 1,001 (+1788.68%)
Mutual labels:  schedule, calendar
Opening Hours
Query and format a set of opening hours
Stars: ✭ 997 (+1781.13%)
Mutual labels:  schedule, calendar
Icalendar Generator
Generate calendars in the iCalendar format
Stars: ✭ 193 (+264.15%)
Mutual labels:  schedule, calendar
Vue Schedule Calendar
日程调度日历。
Stars: ✭ 110 (+107.55%)
Mutual labels:  schedule, calendar
Angular Gantt Schedule Timeline Calendar
Angular version of gantt-schedule-timeline-calendar [ angular gantt, gantt chart, angular gantt chart, angular schedule, angular timeline, angular calendar, gantt chart, schedule, scheduler, timeline, calendar ]
Stars: ✭ 32 (-39.62%)
Mutual labels:  schedule, calendar
Laravel Google Calendar
Manage events on a Google Calendar
Stars: ✭ 787 (+1384.91%)
Mutual labels:  schedule, calendar
aircal
Visualize Airflow's schedule by exporting future DAG runs as events to Google Calendar.
Stars: ✭ 66 (+24.53%)
Mutual labels:  schedule, calendar
Phpcalfeed
A simple PHP script for providing calendar feeds for your website in a variety of different formats including iCalendar, RSS, JSON and XML.
Stars: ✭ 31 (-41.51%)
Mutual labels:  schedule, calendar
Gantt Schedule Timeline Calendar
Gantt Gantt Gantt Timeline Schedule Calendar [ javascript gantt, js gantt, projects gantt, timeline, scheduler, gantt timeline, reservation timeline, react gantt, angular gantt, vue gantt, svelte gantt, booking manager ]
Stars: ✭ 990 (+1767.92%)
Mutual labels:  schedule, calendar
Cldr
Internationalize your application using Unicode's CLDR
Stars: ✭ 38 (-28.3%)
Mutual labels:  calendar
Pickadate.js
The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
Stars: ✭ 7,753 (+14528.3%)
Mutual labels:  calendar
Spring Boot
spring-boot 项目实践总结
Stars: ✭ 989 (+1766.04%)
Mutual labels:  schedule
Etar Calendar
Android open source calendar
Stars: ✭ 1,051 (+1883.02%)
Mutual labels:  calendar
React Native Timetable
📆timetable component library for React Native
Stars: ✭ 38 (-28.3%)
Mutual labels:  schedule
Monthyearpicker
Fancy year and month picker library for your android app
Stars: ✭ 36 (-32.08%)
Mutual labels:  calendar
Cdn dig
用于在linux 终端快速查询全国 CDN 调度到哪些区域节点的工具
Stars: ✭ 36 (-32.08%)
Mutual labels:  schedule
Calendarview
Android上一个优雅、万能自定义UI、仿iOS、支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar Widget on Android.
Stars: ✭ 7,998 (+14990.57%)
Mutual labels:  calendar

License GitHub commit activity GitHub package.json version Dependencies Node Discord GitHub stars

LATE

Better LATE than never!

Links

Overview

LATE is a web app that tracks your coursework and keeps you on track with reminders and reports.

Goals

  • To provide the user with a clear list of all upcoming assignments and tests.
  • To allow users to schedule time in their schedule to study/work.
  • To remind users to follow the allocated study/work times through means including notifications, text messages, etc.

Target Audience The target audience is all RPI students, especially freshmen.

Local Setup

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

  • Clone the repository
  • Checkout the dev branch with $ git checkout dev
  • $ npm install -g @vue/cli
  • $ npm install
  • Create a .env file based on .env.example in the root folder with the proper configuration environment variables TEAM MEMBERS: Ask Frank for the official .env file

To run the project in development mode, you must run the API server in one terminal and the front end hot-reloading server in another terminal:

  • $ sudo npm run fix-watch (Linux users only, may be required if Vue-cli complains about file watchers)
  • $ npm run frontend to run the hot-reloading Vue server (in one terminal)
  • $ npm run backend to run the API server (in another terminal)
  • Go to url http://localhost:8080 (whatever $ npm run frontend tells you go to) in your browser

Development

The GitHub repo wiki contains custom resources on the whole stack LATE uses and how to develop the site.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].