Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.27 KB

Simple Todo Application

This is a simple Todo application built using Node.js and Express framework. It allows users to create, update, and delete todo tasks organized by categories.

Screenshots

Home Page

Home Page

Login Page

Login Page

Signup Page

Signup Page

Categories

Categories

User Dashboard

UserDashboard

Features

  • User Authentication: Users can sign up and log in to access their todo lists.
  • Todo Management: Users can create, update, and delete todo tasks.
  • Category Management: Users can organize todo tasks into categories.
  • User Management: Users can manage their profile and upload a profile picture.
  • Responsive Design: The application is designed to be responsive and works well on various devices.

Technologies Used

  • Node.js
  • Express.js
  • Sequelize (ORM for database interaction)
  • Pug (templating engine)
  • HTML, CSS (for frontend)
  • JavaScript