Quickly create reoccurring calendar events.
When you get your next month's schedule and you need to quickly add it to your calendar.
- Login
- Select the days you have that shift.
- Create a title and a description for your calendar events
- Click "Add shifts" to add a shift!
- git-crypt
Install the npm dependencies.
yarn install
Ask Fullchee for the key to decrypt git-crypt. Then run
git-crypt unlock `path to key file`
Now you're ready to start the app!
yarn start
- CircleCI and cypress
- Read google calendar events (search for a specific name)
- if it finds it, add some UI change to the React Calendar UI
- Created # calendar events toast
- Tutorial on first load
- How to test if the Google API req worked?
- apiGoogleconfig.json: encrypted with git-crypt
- Had trouble getting gcal working on netlify
- tried GH Pages as well without success
- Verifying a website with Google was surprisingly easy
- React
- git-crypt
- Git hooks (Husky)
- Cypress.io (E2E testing)
Integration tests (React testing library)