https://github.com/parthvyas7/cnotes
Note-taking web application
https://github.com/parthvyas7/cnotes
expressjs mongodb nodejs reactjs
Last synced: about 2 months ago
JSON representation
Note-taking web application
- Host: GitHub
- URL: https://github.com/parthvyas7/cnotes
- Owner: parthvyas7
- License: unlicense
- Created: 2022-11-27T06:50:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T12:02:13.000Z (over 1 year ago)
- Last Synced: 2025-02-12T10:27:40.471Z (over 1 year ago)
- Topics: expressjs, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 6.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Cloud Notes 👋
> Cloud Notes is a simple web-based note-taking app developed using MongoDB, Express.js, React.js, and Node.js. It allows users to create, read, update, and delete notes, as well as search for specific notes using keywords. CNotes also includes a user authentication feature to ensure the security and privacy of the notes.

## Features
- Create, read, update, and delete notes
- Search for notes using keywords
- User authentication for secure access
- Simple and intuitive user interface
## Install
1. Clone the repository: git clone `https://github.com/parthvyas7/cnotes.git`
2. Install the dependencies: `npm install`
3. Run the app: `npm start`
4. Open the app in your browser: `http://localhost:3000`
## Usage
- To create a new note, click on the "New Note" button and enter the note content.
- To edit or delete an existing note, click on the note card and select the appropriate option.
- To search for a specific note, enter keywords in the search bar and click the search button.
## Credits
This project has been developed while referencing from [this](https://www.youtube.com/playlist?list=PLu0W_9lII9agx66oZnT6IyhcMIbUMNMdt) YT tutorial
## 📝 License
This project is [UNLICENSE](https://unlicense.org) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_