A To Do web application similar to GitHub Project
To Do-like software merely does simple jobs. We create tasks, receive alerts, and mark them complete. But crafting an interactive user interface and user experience is a different story. It could not be done without lots of careful thoughts. When it comes to the animation, it becomes much harder than before where all the elements move instantly without exposing any state changes. This project aims to create an elaborate UI and UX without compromising the features that essentially required by the guidelines.
Drag and drop feature in this project was implemented without using the existing browser Drag and Drop API. For more information and tutorials, check out the dedicated doc.
Install dependencies
% npm install
Run dev
% npm run dev
Build production artifacts
% npm run build
Start the application using built product
% npm start