This Task Management Application is built using Node.js, Express, and SQLite. It allows users to register, log in, and manage their tasks with full CRUD functionality. The application includes user authentication and a user-friendly interface for managing tasks.
- User registration and login
- Create, read, update, and delete tasks
- User-specific task management
- Responsive web interface
- Node.js: JavaScript runtime for server-side development.
- Express: Web application framework for Node.js.
- SQLite: Lightweight database for data storage.
- EJS: Templating engine for rendering HTML views.
- HTML/CSS/JavaScript: Frontend technologies for building the user interface.