A simle calendar app that allows you to schedule events, written using React.
You can click, edit and delete events and download a export a months events as a CSV file. The events are persisted in the browser's local storage.
The app also notifies you of upcoming events 30 minutes in advance, with both an in-app and desktop notification (when allowed).
To run this app in your machine,
yarn
yarn start