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.
- Add new tasks to the list.
- Responsive design for better usability on different devices.
- Displays the current date and time.
- HTML
- CSS
- JavaScript
To get a local copy up and running, follow these steps:
- 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