It is the place where events are bundled together from your different online calendars (Google, Outlook, ...etc) with the ability to create events locally on your device. It saves your time and make your schedule organised.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
OR
You can download the binaries directly.
You will need to have NodeJs & Yarn inatalled on your device.
NodeJs: v10
Yarn: v1.17
In MyCalendar directory:
- Install dependencies.
yarn
- Run in dev mode.
yarn dev
yarn test
- Electron - GUI framework used
- React - Frontend framework
- Knex - Used database management
- Mocha - Testing framework.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used