ridwanrajik / todo-list-app

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.

Home Page:https://ridwanrajik.github.io/todo-list-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://ridwanrajik.github.io/todo-list-app/

License:MIT License


Languages

Language:CSS 45.2%Language:HTML 34.7%Language:JavaScript 20.1%