Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 419 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 419 Bytes

bloc-notes

A react-powered notepad to get the hang of how the framework works.

Check it out here ! 🎉

It is your run of the mill notepad, nothing too fancy but a few things are worth noting :

  • Perfect synchronization between user input and note display in real time, thanks to useState
  • The data persists in localstorage (so you can actually use it as a real app !)