Skip to content

jefersondaniel/cyclejs-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Notes app using Cycle.js and Orbit.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published