Skip to content

Creates a list of activities planned to accomplish for the day. After each activity is completed, clicking on it will create a strike through line which indicates its completion.

License

Notifications You must be signed in to change notification settings

ridwanrajik/todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-list-app

GitHub issues   GitHub User's stars   GitHub followers   Twitter Follow   Twitter URL

This project is about basic manipulation of the DOM using jQuery. It makes you create a list of activities planned to accomplish for the day. After each activity is completed, clicking on it will create a strike through line which indicates its completion.

Features

  • Add New Todos
  • Mark todo as completed
  • Delete todos

Usage

This project is live on https://ridwanrajik.github.io/todo-list-app/.

The home page displays the environment to interact with the app. It is as shown in the image below

start

Clicking the + icon on the upper right corner, toggles the appearance and disapperance of the Add New Todo field

Enter a todo in the Add New Todo field, and click the enter key to have the todo added to the list

When you have a list of todos, clicking on a todo will create a strike through line over it to indicate its completion

list

Clicking a todo or hovering mouse over it will bring up delete icon by its side. clicking the delete icon gets the todo deleted

Technologies

Technology used include HTML, CSS, JavaScript, jQuery

About

Creates a list of activities planned to accomplish for the day. After each activity is completed, clicking on it will create a strike through line which indicates its completion.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published