Skip to content

Repository files navigation

(Remind)+

Add events, with associated to-do tasks, to Google Calendar with custom reminders.

Uses

Setting up

Make sure that you've npm installed on your computer before proceeding.

Build client code

  • Production build
npm run build
  • Development mode with hot-reload. This also starts the server on localhost:3000
npm run hot

Build server code

npm run build-server

Start server

This starts the server on the port 12000.

npm run start

Config

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.

Details

(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.

To-do

  • Server-side rendering using react-loadable Dropped in favour of Service Workers.
  • Add tooltips as and when developed by material-ui.

About

Add events, with to-do tasks, to Google Calendar.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages