Skip to content

A calendar app made for the second challenge in my application for the 2018 Spotify Fellowship.

Notifications You must be signed in to change notification settings

rvcwhitworth/calendar-app

Repository files navigation

Calendar App

Introduction

A calendar app made for the second challenge in my application for the 2018 Spotify Fellowship. There are three views available: month, week, and day. New events can be created by clicking on the day, and events can be updated or deleted by clicking on them.

Deployment

A deployed version of this app can be found here. It is running with a single dyno so it may take a few seconds to load.

Installation

A recent version of npm and Node.js is required. Run the following command from the root directory to build and start the app locally on a Windows system.

$ npm run start:win

Alternatively, to build and start the app on a Unix system, run the following.

$ npm run start:unix

The app will be found at http://localhost:3000

About

A calendar app made for the second challenge in my application for the 2018 Spotify Fellowship.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published