Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)