Skip to content

garden-nomes/notespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notespace

Try it out at https://garden-nomes.github.io/notespace!

This is a simple little single-page React app for taking notes in a graph-based format (think mind mapping). Created to learn React, but I think it's actually a pretty neat little app 😉.

Uses React, Redux, Bootstrap 4, and vis.js for graph rendering.

run it locally

git clone https://github.com/noaner/notespace
cd notespace
npm install
npm start