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

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

Awesome Lists containing this project

README

          

Welcome to Cloud Notes 👋



GitHub last commit

License: UNLICENSE

> 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.

Mobile App preview
Web App preview

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