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.
- Host: GitHub
- URL: https://github.com/voldsenjoy-git/inotebook-main
- Owner: VoldsenJoy-git
- Created: 2024-06-28T18:54:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T06:27:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T04:13:45.601Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://notebook-eosin-seven.vercel.app/login
- Size: 690 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### signup Page

### Creating Notes

### save

### Login

### Database user

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