https://github.com/souze-san/notebook
want to write your daily task or special notes, then Use ME
https://github.com/souze-san/notebook
notebook react scss usecontext-hook
Last synced: about 2 months ago
JSON representation
want to write your daily task or special notes, then Use ME
- Host: GitHub
- URL: https://github.com/souze-san/notebook
- Owner: SouZe-San
- Created: 2023-05-12T11:30:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T19:48:21.000Z (over 2 years ago)
- Last Synced: 2025-06-03T15:09:35.664Z (about 1 year ago)
- Topics: notebook, react, scss, usecontext-hook
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# NoteBook
an Online Note book for write down your personal notes in any where
# **Backend** ---- -------- ---
- Express use for create a server. Clone this repo then,
```
cd:Backend
npm i
nodemon index.js
```
- Our Main entry point is index.js
-Our Main Database Connection Code in dataConnect.js
### Folder Structure
- Modules - Their are placed all Schema -
1. Structure for Notes
2. Structure for UserLog
- routes --
here will be placed the path / Directionsin routes folder keep all routes separately.....
1. User - create/log/getDetails
2. Notes - CRUD
- MiddleWare -
1. a middleware to fetch data{user id} from Token
### Authentication
We use JWT token for Authentication .. which content header+data+signature
# **Frontend** ---- -------- ---
Have an Simple design for
##_Features_
- 1. : Can Create and Update your Notes any where
- 2. : User Friendly, easy to use
##_Technologies Used_
- Front-end: React, Tailwind css , node js,
- Back-end: Node.js
- APIs: Owe Create
##_**Getting Started**_
To get started with this project, follow these steps:
- Clone this repository onto your local machine.
- Install the necessary dependencies by running npm install.
- Start the development server by running npm run both
[Click here for Get Backend API](https://github.com/SouZe-San/BackEnd-for-NoteBook-site)
@ Our Main entry point is index.js
@ Our Main Database Connection Code in dataConnect.js
##@Folder Structure
!Modules - Their are placed all Schema
- 1.Structure for Notes
- 2.Structure for UserLog
!routes -- here will be placed the path / Directions
in routes folder keep all routes separately.....
- 1. User - create/log/getDetails
- 2. Notes - CRUD
**! MiddleWare -**
- 1. a middleware to fetch data{user id} from Token
@Authentication
We use jwt we token for Authentication .. which content header+data+signature\
# _*One Glance On UI*_
