Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 715 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 715 Bytes

notas-app

A simple Notes Manager web application that allows users to create, read, update, and delete (CRUD) notes. The application stores notes in a MongoDB database, providing a seamless way to manage personal notes efficiently.

Features

  • Add Notes: Create new notes with a title and content.
  • View Notes: See all stored notes with a concise overview.
  • Edit Notes: Update the content of existing notes.
  • Delete Notes: Remove notes permanently from the database.
  • Search Notes: Quickly find notes by title.

Tech Stack

  • Frontend: JavaScript, HTML, CSS
  • Backend: Node.js, Express
  • Database: MongoDB
  • Additional Libraries: Mongoose (for MongoDB interaction)