Skip to content

Madhavising/To-Do-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

To-Do-App

TodoZi - A Task Management Application πŸ—‚οΈ

Overview 🌟

TodoZi is a user-friendly task management application that helps you organize your tasks effectively. With features like user authentication, task creation, updating, and deletion, TodoZi is designed to enhance productivity and simplify your daily task management.

Features πŸš€

  • User Authentication: Secure signup and login functionality using JSON Web Tokens (JWT) and Bcrypt for password hashing πŸ”.
  • Task Management: Create, read, update, and delete tasks seamlessly βœ”οΈ.
  • Responsive Design: Fully responsive UI that adapts to different screen sizes for optimal user experience on any device πŸ“±πŸ’».
  • Pending Tasks Count: Displays the total number of tasks pending completion πŸ“Š.

Tech Stack πŸ› οΈ

  • Frontend: HTML, CSS, JavaScript, Bootstrap
  • Backend: Node.js with Express
  • Database: MongoDB
  • Authentication: JWT for secure user sessions, Bcrypt for password hashing