Project Awesome project awesome

Example Applications > jefersondaniel/cyclejs-notes

Notes app using Cycle.js and Orbit.js https://jefersondaniel.com/cyclejs-notes

Package 5 stars GitHub

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

Back to Cycle.js