Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 21 hours 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-08T21:41:52.000Z (about 1 month ago)
- Last Synced: 2024-10-21T06:40:19.591Z (24 days ago)
- Topics: email-verification, expressjs, jwt-authentication, mongodb, mongose, nodejs, reactjs
- Language: JavaScript
- Homepage: https://mwendwa-task-manager.herokuapp.com
- Size: 673 KB
- Stars: 3
- 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.![signup](https://user-images.githubusercontent.com/72663882/181628729-3c128178-e350-4033-8f4c-a61c6980e88f.png)
### Login form
If the user already has an account they can login and track their tasks (delete or add them)![login](https://user-images.githubusercontent.com/72663882/181627696-15f6076c-7ab6-4f59-82a7-2b54df63b1e3.png)
### Dashboard
![dashboard](https://user-images.githubusercontent.com/72663882/181628312-813d71d1-de54-4bb3-813d-7a6df968e3df.png)
![dashboard](https://user-images.githubusercontent.com/72663882/181628910-d88117b6-70b8-4795-9bd9-5ce194095fee.png)