Memo Web App

Markdown note taking app using React and local storage.


This is a memo taking web app that uses local storage to store the data. Even if you leave the page, the memo will be saved.

You can write notes using markdown, and there's a toggle to show the preview.

I made this by following a free React tutorial.