Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evelynrodriguezc/notas-app
- Owner: evelynrodriguezc
- Created: 2024-10-30T17:41:34.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T23:01:30.000Z (about 2 months ago)
- Last Synced: 2024-10-31T00:16:41.838Z (about 2 months ago)
- Topics: css, express, hmtl, javascript, mern, mongodb, mongoose, node, react
- Language: JavaScript
- Homepage:
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)