Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T12:35:58.000Z (almost 3 years ago)
- Last Synced: 2023-12-02T14:39:32.547Z (about 1 year 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).