8000 GitHub - naush/chronodex: An implementation of Chronodex in ReactJS and SVG.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

naush/chronodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chronodex

An implementation of Chronodex in ReactJS and SVG based on Patrick Ng's work.

Description

Each page is like a branch, each opened page is a week, each day is like a beautiful flower grew from that page, consist of petals of your day's time slices.

Installation

Run the following from command line.

npm install
npm start

Go to http://localhost:8080 on your browser to view the chronodex.

chronodex

Events

The chronodex component expects the following format for events.

let events = [
  [9, 9.5, 'Email'], // start hour, end hour, event descriptions (comma-delimited)
  [10, 11, 'Meeting'],
  [11, 11.75, 'Work'],
  [12, 13, 'Lunch'],
  [13, 15, 'Meeting'],
  [15, 16, 'Work'],
  [16, 17, 'Email,Coffee'],
  [17, 17.5, 'Commute,Reading'],
  [18, 19, 'Exercise,Music'],
  [19.75, 20, 'Dinner,Netflix'],
  [20, 21, 'Walk Dog']
]

About

An implementation of Chronodex in ReactJS and SVG.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0