Skip to content

kundan3238-exe/ToDo-List-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Ultimate To-Do List App

A modern, responsive, and fully functional To-Do List Application built using HTML, CSS, and JavaScript as part of the Web Development Internship Program at Codveda Technologies.

This project focuses on strong front-end fundamentals, clean UI design, and persistent data handling using browser storage.


🚀 Features

  • Add new tasks easily
  • Mark tasks as completed
  • Delete tasks
  • Persistent task storage using localStorage
  • Dynamic and responsive layout using CSS Flexbox
  • Smooth transitions and hover effects
  • Keyboard support (Enter key to add tasks)

🛠️ Technologies Used

  • HTML5 – Structure and semantics
  • CSS3 – Styling, Flexbox layout, transitions, animations
  • JavaScript (Vanilla JS) – DOM manipulation, event handling, localStorage

No external libraries or frameworks were used, keeping the project fully aligned with internship task requirements.


📂 Project Structure

ultimate-todo/ │── index.html │── style.css │── script.js │── bg.jpg

🧠 Learning Outcomes

Through this project, I strengthened my understanding of:

  • DOM manipulation and dynamic UI rendering
  • Event handling and event propagation
  • JavaScript array methods like filter() and splice()
  • Browser storage using localStorage
  • Creating professional UI using Flexbox and CSS transitions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors