Awesome
Cycle.js Notes
Notes app using Cycle.js and Orbit.js
Getting Started
Given npm or yarn is installed, all you need is to install dependencies and run the start script. The project will be accessible at http://localhost:5000
$ yarn
$ yarn start
Features
- Edit notes of a category that is identified by the URL
- Store data on IndexedDB
- Periodically sync changes with a JSON API