Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evelynrodriguezc/notas-app


https://github.com/evelynrodriguezc/notas-app

css express hmtl javascript mern mongodb mongoose node react

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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)