A Mac Menu Bar application for organizing your routines.
I wrote a bit about the app on my blog
- Building a Mac Menu Bar application with React, TypeScript and Electron
- Schedule recurring reminders with native notifications
The app is built using
- React with TypeScript
- Electron - used to package it as Menu Bar application
- Dexie - used to store the data in IndexedDB
- Chakra - used to build the UI
In the project directory, you can run:
Runs the app in the development mode.
Starts the server on http://localhost:3000 and launches the app in the Menu Bar
Packages the app and generates platform specific distributables to the out
folder. Uses Electron Forge for packaging.