Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.25 KB

Minimal To Do List

This is a simple minimal to do list project. Click here to give it a demo.


Initial View

img1

This is what the entire small project first view looks like.


Added Tasks

img2

Once the user typed in their task and clicked the "+" button, it will add to the list container.


Hovered Task

img3

When the mouse hovers on a specific task, it will give a highlight color.


Finished Task

img4

  • Clicking a task once will give a line-through to the text to indicate that the task is being done.
  • Double click to undo it.
  • Or click the "x" button to delete the task.

Error Message

img5

If the user clicked the "+" button with an empty text, it will show an error message.