Notes app using Cycle.js and Orbit.js
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
- Edit notes of a category that is identified by the URL
- Store data on IndexedDB
- Periodically sync changes with a JSON API