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: 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).

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).