Skip to content

steryereo/CalendarApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar

A simple calendar app with events

Requirements

  • node
  • npm
  • Bower

To Run

Make sure you have Node and npm installed

Then install bower if you haven't already

npm install -g bower

Then install dependencies and start up the server

npm install
bower install
npm start

navigate to http://localhost:8080/ in your browser of choice

TODO

Persist events on the server in MongoDB. Right now they are being stored on the browser's localStorage.

About

A simple one-page calendar app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published