Skip to content

hellopaintinghi-cmd/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager ✔️

A full-stack Task Management application with authentication where users can register, log in, and manage their personal tasks.
Each user can create, update, complete, and delete their own tasks. Data is stored in a MySQL database.


🚀 Features

  • User registration and login (with password hashing)
  • JWT-based authentication for protected APIs
  • Add new tasks
  • View all tasks for the logged-in user
  • Mark tasks as completed / uncompleted
  • Delete tasks
  • Separate client (React) and server (Node/Express) folders

🛠 Tech Stack

  • Frontend: React (Create React App), Axios
  • Backend: Node.js, Express.js
  • Database: MySQL (using mysql2 driver)
  • Auth & Security: JWT (jsonwebtoken), bcryptjs for password hashing
  • Other: CORS, RESTful APIs

📁 Folder Structure

task-manager/
  ├── client/      # React frontend
  └── server/      # Node/Express backend (MySQL)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors