https://github.com/khalil-codes/todo-mern-app
Todofy is a Full Stack App. The Frontend is built using React, Redux and Redux Toolkit. The Backend is built using Node, Express and MongoDB. I've used jsonwebtoken to generate JWT and bcryptjs to hash password in backend. Only Authenticated user is authorized to View, Mark Complete, Add, and Delete their todo(s).
https://github.com/khalil-codes/todo-mern-app
Last synced: 3 months ago
JSON representation
Todofy is a Full Stack App. The Frontend is built using React, Redux and Redux Toolkit. The Backend is built using Node, Express and MongoDB. I've used jsonwebtoken to generate JWT and bcryptjs to hash password in backend. Only Authenticated user is authorized to View, Mark Complete, Add, and Delete their todo(s).
- Host: GitHub
- URL: https://github.com/khalil-codes/todo-mern-app
- Owner: Khalil-codes
- Created: 2022-03-02T05:32:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T12:35:58.000Z (over 4 years ago)
- Last Synced: 2026-01-03T16:26:35.961Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with App
Todofy is a Full Stack App. The Frontend is built using React, Redux and Redux Toolkit. The Backend is built using Node, Express and MongoDB. I've used jsonwebtoken to generate JWT and bcryptjs to hash password in backend. Only Authenticated user is authorized to View, Mark Complete, Add, and Delete their todo(s).