Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n1k0/kept
Personal notes as widgets, inspired by Google Keep
https://github.com/n1k0/kept
Last synced: 2 months ago
JSON representation
Personal notes as widgets, inspired by Google Keep
- Host: GitHub
- URL: https://github.com/n1k0/kept
- Owner: n1k0
- License: mit
- Archived: true
- Created: 2014-05-25T09:22:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T15:02:13.000Z (about 9 years ago)
- Last Synced: 2024-06-22T20:24:41.889Z (5 months ago)
- Language: JavaScript
- Homepage: http://n1k0.github.io/kept/
- Size: 1.67 MB
- Stars: 133
- Watchers: 15
- Forks: 27
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Kept
====![https://travis-ci.org/n1k0/kept](https://travis-ci.org/n1k0/kept.svg) ![https://david-dm.org/n1k0/kept](https://david-dm.org/n1k0/kept.png)
Personal rich notes HTML app inspired by [Google Keep](https://keep.google.com/)
and powered by [React](http://facebook.github.io/react/).[![](http://cl.ly/image/0S2K1D41441M/Screen%20Shot%202014-05-27%20at%2020.36.13.png)](http://n1k0.github.io/kept/)
For now, data are stored using `localStorage`. Full mobile compatibility & Sync
are in the pipe.**This is WiP, don't use it yet.**
Install
-------Install Kept dependencies:
$ npm install
To launch a local server with live reload:
$ npm start
Point your browser at [localhost:4000](http://localhost:4000) and start hacking
Kept files, a rebuild will be performed automatically in the background.To build an optimized version of Kept:
$ npm run dist
The resulting files are then available in the `build` folder.
A [working demo](http://n1k0.github.io/kept/) is also available.
Code linting:
$ npm run lint
Tests:
$ npm test
License
-------MIT.