Skip to content
/ todo-14 Public

A To Do web application similar to GitHub Project with interactive drag and drop and refined design

Notifications You must be signed in to change notification settings

J1STAR/todo-14

Repository files navigation

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

About

A To Do web application similar to GitHub Project with interactive drag and drop and refined design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published