Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 893 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 893 Bytes

Forest of Notes

The forest is created by representing the notebook structure of topics, subtopics and notes as a stored javascript object. Then that object is parsed in realtime and transpiled into the language of the forest. Topics become trees with the associated subtopics as its branches and the individual notes as its leaves. The collection of topics form the forest.

The forest spins so that the user can interact and explore, clicking on leaves to read the note it represents.

forestOfNotes

To Play With It:

At the terminal:

  1. Clone this repository git clone [email protected]:chromoboto/Forest-of-Notes.git
  2. Navigate into the directory that was just created cd Forest-of-Notes
  3. Install dependencies npm install

Then open index.html in the dist subdirectory