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

https://github.com/voldsenjoy-git/inotebook-main

A note-taking application built with the MERN stack (MongoDB, Express, React, and Node.js). It allows users to store, manage, and organize notes with secure authentication using JWT tokens.
https://github.com/voldsenjoy-git/inotebook-main

Last synced: about 1 year ago
JSON representation

A note-taking application built with the MERN stack (MongoDB, Express, React, and Node.js). It allows users to store, manage, and organize notes with secure authentication using JWT tokens.

Awesome Lists containing this project

README

          

1. • Techstack: MongoDB, ExpressJS, ReactJS
2. • Used ExpressJS to create backend-servers and MongoDB for storing data
3. • To create User Interface used ReactJS for dynamic rendering of contents using DOM-Manipulation
4. • For User authentication and token Decryption used JSON Web Token (JWT) and Middleware

In the project directory, you can run:

### `npm run both`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

## Screen Shots

![Screenshot (109)](./Screenshot%201.png)
### signup Page
![Screenshot (110)](./Screenshot%202.png)
### Creating Notes
![Screenshot (111)](./Screenshot%203.png)
### save
![Screenshot (112)](./login.png)
### Login
![Screenshot (113)](./Database_user.png)
### Database user
![Screenshot (114)](./Database_notes.png)
### Database notes

frontend( add notes , delete and update notes) is handled by Notestate.js
Modal is used to update notes in Notes.js