Skip to content

imaginois/cycle-orbit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

app using Cycle.js and Orbit.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • CSS 22.8%