Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sunu/scratchpad
- Owner: sunu
- License: mit
- Created: 2015-10-15T13:46:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T06:01:08.000Z (over 9 years ago)
- Last Synced: 2023-03-25T10:32:08.086Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://pad.sunu.in/
- Size: 270 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.