First project with choo. Currently shows a markdown editor and preview.
Using choo framework with styled-elements for layoout/styling. Nanocomponents is used to wrap Code Mirror and handle its internal state. W3.CSS is used as base stylesheet.
All static assets to be hosted on ipfs. Using ipscend to ease the process.
- keep list of all posted entries
- publish markdown entries to ipfs using js-ipfs in the browser
- encryption of notes using one-time keys
- refactor the w3schools toggle switch into its own module