lo-cal is a simple calendar app that stores events and settings locally in
the browser using the localStorage
and indexedDB
APIs.
Website: lo-cal.fly.dev
- Add, edit, and delete events
- Change the calendar view between day, week, and month
- Change the first day of the week
- Change the main color theme
- Everything is stored locally!
- Events are stored in the browser's
localStorage
andindexedDB
APIs, so they will not be synced across devices or browsers. - You cannot share nor invite others to events. This is a personal calendar app only for you.
Note: This app is mainly made as a demo and for personal use.
-
Clone the repository:
git clone https://github.com/nizamiza/lo-cal.git
-
Install the dependencies:
cd lo-cal bun install
-
Start the development server:
bun run dev
Read the LICENSE file for more information.