Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 589 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 589 Bytes

Notes App

Features

  • Show the list of all the existing notes

  • Create, Read, Modify, Delete a note

  • Every note has a heading and the body.

  • Search: When a user inputs a text in a search bar, only the matching Notes should show up in the list.

    • The matching notes are the ones which have the search text as the substring in heading. Highlight the matching part in the heading.
  • Clear Search: All notes should show up in the list

Tech Stack - HTML, CSS, Javascript, React, NodeJS, Express, Mongoose, MongoDB