Amajson
A Simple Note Taking App in React
When I’m reading on my Kindle, I can export my notes to JSON using my Chrome Extension, AmaJSON. I love being able to share / search / re-use notes that I store in JSON (example).
But what if I’m reading a paper book? Writing JSON by hand is tedious. An application could help! But I don’t want to have to create a whole custom application with storage, hosting, etc. JavaScript and ReactJS to the rescue.
I made bn.stevengharms.com to help out.