Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.57 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.57 KB

GitHub Banner

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.

Documentation

Drag and Drop

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.

Development

Prerequisites

npm scripts

Install dependencies

% npm install

Run dev

% npm run dev

Build production artifacts

% npm run build

Start the application using built product

% npm start