Skip to content

lo-cal is a simple calendar app that stores events and settings locally in the browser using the localStorage and indexedDB APIs.

License

Notifications You must be signed in to change notification settings

nizamiza/lo-cal

Repository files navigation

lo-cal

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

Features

  • 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!

Caveats

  • Events are stored in the browser's localStorage and indexedDB 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.

Tech Stack

Development

  1. Clone the repository:

    git clone https://github.com/nizamiza/lo-cal.git
  2. Install the dependencies:

    cd lo-cal
    bun install
  3. Start the development server:

    bun run dev

License

Read the LICENSE file for more information.

About

lo-cal is a simple calendar app that stores events and settings locally in the browser using the localStorage and indexedDB APIs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages