Skip to content

yashbrid03/Todo-list-using-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-list-using-javascript

📙 Abstract :

Todo-list web application is used to manage and keep track of day-to-day task.

It includes following Features :

  • Adding task
  • Removing Task
  • Marking Task as Completed
  • Sorting Task on basis of completed or uncompleted
Some animations are also added using CSS. All the task are stored in localstorage, So incase you hit refresh button or closed the tab your todos(i.e tasks) will remain in localstorage

✨You can vist the website here: Todo-List in JS

Languages Used :

  • HTML HTML5
  • CSS CSS3
  • Javascript JavaScript

Javascript Topics Covered :

  • DOM Elements
  • DOM Nodes
  • Local Storage
  • Event Handlers
  • Functions

This is a fully responsive web application

image

image