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.
- Host: GitHub
- URL: https://github.com/promimojumder38/taskminder
- Owner: PromiMojumder38
- Created: 2023-06-12T11:52:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T14:19:09.000Z (almost 3 years ago)
- Last Synced: 2025-08-16T22:32:27.423Z (10 months ago)
- Topics: backend, css, html, javascript, mysql-database, nodejs, todoapp
- Language: EJS
- Homepage:
- Size: 11.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**


**Profile Page with Task-lists**

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

**Completed task-lists**
