Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 533 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 533 Bytes

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

Live example

See live example here