Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunu/scratchpad

A notepad to jot down quick notes which are persisted in localstorage.
https://github.com/sunu/scratchpad

Last synced: 2 months ago
JSON representation

A notepad to jot down quick notes which are persisted in localstorage.

Awesome Lists containing this project

README

        

# `Scratchpad`

Quickly jot down notes. Notes are there when you visit again and they never leave your browser.

## How to use

There is a live instance at [https://pad.sunu.in](https://pad.sunu.in). The data is stored on the client using localStorage.
So only your browser has access to your notes.

Hit `Enter` or click on the page to go into insert mode. Type out you notes. Hit `Esc` to go into view mode. View mode parses links,
emails, phone numbers, Twitter handles etc so that they are easy to click.

If you want to run you own instance, see [Setup](#setup)

## Setup

1. Clone the repository and `cd` into it.

2. Run `npm install` to install the dependencies.

3. Run `npm start` to bundle the js files and start the local web server.

3. Go to `http://localhost:8080` and you should see the app running!

## License

This project is licensed under the MIT license.