Skip to content

KanishkKalyani/Notes-Fullstack-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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