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

https://github.com/promimojumder38/taskminder

The application is a to-do list manager that utilizes Node.js for the backend server implementation, while the frontend is built using HTML, CSS, and JavaScript.
https://github.com/promimojumder38/taskminder

backend css html javascript mysql-database nodejs todoapp

Last synced: 3 months ago
JSON representation

The application is a to-do list manager that utilizes Node.js for the backend server implementation, while the frontend is built using HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

          

# To-Do-App
The application is a to-do list manager that utilizes Node.js for the backend server implementation, while the frontend is built using HTML, CSS, and JavaScript.

* Database: MySQL or PostgreSQL
* Apply Design Pattern
* Use Postman Collector
* Run query manually (Don't use ORM Library)

**Functionality:**
- user login with email and password
- token validation
- set task, update task, delete task, mark complete task

### Project Screenshots

**Sign up and Sign in form with toggle-button**

![image](./public/1.png)
![image](./public/2.png)

**Profile Page with Task-lists**

![image](./public/3.png)

**Update pop-up form shows when update task button is clicked**

![image](./public/4.png)

**Completed task-lists**

![image](./public/5.png)