All Projects → n1k0 → Kept

n1k0 / Kept

Licence: mit
Personal notes as widgets, inspired by Google Keep

Programming Languages

javascript
184084 projects - #8 most used programming language

Kept

https://travis-ci.org/n1k0/kept https://david-dm.org/n1k0/kept

Personal rich notes HTML app inspired by Google Keep and powered by React.

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 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 is also available.

Code linting:

$ npm run lint

Tests:

$ npm test

License

MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].