Skip to content

CodeMaverick-143/To-Do-List-1styear-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List Application

This is a simple ToDo List application built using HTML, CSS, and JavaScript. Users can add tasks to their list, which helps in organizing daily activities.

Features

  • Add new tasks to the list.
  • Responsive design for better usability on different devices.
  • Displays the current date and time.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Getting Started

To get a local copy up and running, follow these steps:

  1. Clone the repository to your local machine using:

todo-list/ │ ├── index.html # Main HTML file ├── index.css # CSS file for styling └── index.js # JavaScript file for functionality