Skip to content

A clone of google's calendar web app. The Node server is running with the help of Express and the frontend was scaffolded and built using Vue. Most frontend calendar business logic can be found in /workers/calendar-api.worker.js.

Notifications You must be signed in to change notification settings

mcgough/event-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Calendar Clone

A simple clone of google's calendar web app. The Node server is running with the help of Express and the frontend was scaffolded and built using Vue. Most frontend calendar business logic can be found in /workers/calendar-api/.

Build & Serve

Requirements

  • Node - lts
  • NPM - lts

Build Command npm run build

Serve App npm run serve https://localhost:8080

Notable NPM Dependencies

  • lodash.flowright
  • date-fns
  • tailwind

APIs

  • Festivo (holidays)

TODO

  • Day sub view
  • Month sub view
  • Transitions between views
  • Endpoints to preload next and previous months events

About

A clone of google's calendar web app. The Node server is running with the help of Express and the frontend was scaffolded and built using Vue. Most frontend calendar business logic can be found in /workers/calendar-api.worker.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages