Skip to content

Saran-73/to-do-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-do-list

Created a to-do-list with HTML, CSS, Javascript.

Table of contents

Overview

To-do-list app built with javascript that will create new tasks, with checkbox to checkmark the completed task and the users data is stored in LocalStorage.

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • create new tasks and delete the completed ones.
  • Data should be stored in local storage so we dont lose the data when the page reloads.

Screenshot

to-do-app

Links

My process

  • Created input field and button
  • created a card element which takes a value from input when user gives input and click create task new model of the card is created in order.
  • added delete feature with the use of filter.
  • stored the data in local storage and accessed when page reloads
  • made it responsive

Built with

  • Semantic HTML5 markup
  • CSS
  • Flexbox
  • Javascript

What I learned

  • learned to create a strikethrough animation in css
  • learned to add Class to the existing classList in Dom

Continued development

I should practise building projects with vanilla javascript, need to work more an algorithm scripting and logic.

Author