Add events, with associated to-do tasks, to Google Calendar with custom reminders.
Make sure that you've npm installed on your computer before proceeding.
- Production build
npm run build
- Development mode with hot-reload. This also starts the server on
localhost:3000
npm run hot
npm run build-server
This starts the server on the port 12000.
npm run start
You need a config to be present in the config directory before starting the server. The example config has been provided and is present in the aforementioned directory.
(Remind)+ uses Google calendar to store events. Each event contains multiple tasks which are stored in the event's description in Google calendar in a special format which is understood by (Remind)+.
The tasks can be marked as completed and incomplete using the UI.
Server-side rendering usingDropped in favour of Service Workers.react-loadable- Add tooltips as and when developed by
material-ui.