The project is a minimalist, fully functional dashboard inspired by the layout of popular project management tools, ideal for learning and prototyping. We focused on using clean front-end technologies to ensure maximum code clarity and efficiency. Key Features
🗂️ Task Management: Users can easily create new tasks and edit existing ones, simulating the basic ticket lifecycle.
📌 Kanban Board: Tasks are automatically organized into columns, allowing for workflow visualization and easy progress tracking (To Do, In Progress, Done).
💾 Data Persistence: The board's state (tasks and their locations) is automatically saved in the browser's Local Storage, eliminating the need for a database and allowing work to be resumed at any time.
📱 Responsiveness: Layout created using Flexbox and Grid (CSS3) guarantees correct display and usability on mobile and desktop devices.