Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 627 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 627 Bytes

notes-app

Technologies: HTML, CSS, JS, React (run locally with ViteJS)

A codebase practice on adding features on React-based Markdown editor.

Added Features:

  • sync notes with local storage
  • note summary titles
  • move modified notes to the top of the list
  • delete notes

Dependencies:

  • react-mde
  • react-split
  • showdown
  • nanoid

This is a project done on scrimba react course by bob ziroll

image image