Notes app is a service for creating, editing and storing notes in your browser.
You can try web-version.
This service allows you to add a lot of notes (maximum 999), edit them with tinyMCE and save them in the your browser.
git clone [email protected]:Dmitriy-SP/notes-app.git
make install
Deploy local server:
$ make develop
Build production:
$ make build