Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 801 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 801 Bytes

ToDo App 📑

A simple ToDo application built with HTML, CSS, and JavaScript.

Overview

This ToDo app provides a user-friendly interface to manage tasks efficiently. It allows users to add and delete tasks, as well as mark them as complete. The app is designed with a clean and responsive layout for optimal user experience.

Features

  • Add Task: Easily add new tasks to your list.
  • Delete Task: Remove tasks that are no longer necessary.
  • Mark as Complete: Keep track of completed tasks.
  • Responsive Design: Works seamlessly on various screen sizes.

Technologies Used

  • HTML: Structured the content and layout of the app.
  • CSS: Styled the app for an attractive and intuitive design.
  • JavaScript: Implemented dynamic functionality for task management.