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.
- 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.
- Node.js
- Express.js
- Sequelize (ORM for database interaction)
- Pug (templating engine)
- HTML, CSS (for frontend)
- JavaScript