🎓 Simple fullstack task manager.
Made as a coursework at National Technical University of Ukraine “Igor Sikorsky Kyiv Polytechnic Institute”
This is a full-stack web application designed for personal task management. It allows users to register, log in, and perform CRUD (Create, Read, Update, Delete) operations on their tasks. Key features include task descriptions with Markdown support, due dates, priority levels, and file attachments.
Technology Stack:
- Backend: Node.js, Express.js
- Database: MongoDB
- Frontend: HTML, CSS, Vanilla JavaScript
- Authentication: JWT (JSON Web Tokens)
- File Handling: Multer


