Skip to content

Shubhamai/Scratchpad

Repository files navigation

Scratchpad

This is a simple fully offline notes application built with Svelte and using browser storage. pocketbase for online data storage.

Features

  • Create, read, update, and delete notes.
  • A crude and probably incorrect implementation of encypting notes.
  • Easy to use interface built with Svelte.
  • Data can either be stored in-browser or synced using self-hosted pocketbase.

Installation

  1. Clone the repository:
git clone https://github.com/Shubhamai/Scratchpad
  1. Navigate into the project directory:
cd Scratchpad
  1. Install the dependencies:
bun i
  1. Start the application:
bun dev

License

This project is licensed under the MIT License. See the LICENSE file for details.