https://github.com/sucepass/node-react-task-manager
Nodejs react application with JWT authentication and email notification
https://github.com/sucepass/node-react-task-manager
email-verification expressjs jwt-authentication mongodb mongose nodejs reactjs
Last synced: about 1 year ago
JSON representation
Nodejs react application with JWT authentication and email notification
- Host: GitHub
- URL: https://github.com/sucepass/node-react-task-manager
- Owner: sucepass
- Created: 2024-10-08T21:41:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T21:41:52.000Z (over 1 year ago)
- Last Synced: 2025-06-14T09:04:01.894Z (about 1 year ago)
- Topics: email-verification, expressjs, jwt-authentication, mongodb, mongose, nodejs, reactjs
- Language: JavaScript
- Homepage: https://mwendwa-task-manager.herokuapp.com
- Size: 673 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task manager
An online task manager app that you can access from anywhere as long as you remember your email address.
### Signup form
A user provides their details and upon verification they are saved in the database and a welcome email notification is sent to them.

### Login form
If the user already has an account they can login and track their tasks (delete or add them)

### Dashboard

