Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.11 KB

File metadata and controls

27 lines (16 loc) · 1.11 KB

fullstack-task-manager

🎓 Simple fullstack task manager.

Made as a coursework at National Technical University of Ukraine “Igor Sikorsky Kyiv Polytechnic Institute”

Summary

Project Description

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

Screenshots

Tasks list

Add task form

Sorting