https://github.com/jeffson-dsilva/to-do-list
To-Do List Web Application
https://github.com/jeffson-dsilva/to-do-list
css3 html5 javascript to-do-app to-do-list to-do-list-javascript webapp
Last synced: about 2 months ago
JSON representation
To-Do List Web Application
- Host: GitHub
- URL: https://github.com/jeffson-dsilva/to-do-list
- Owner: Jeffson-dsilva
- Created: 2024-07-23T17:58:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T11:41:59.000Z (over 1 year ago)
- Last Synced: 2025-03-29T20:11:32.623Z (about 1 year ago)
- Topics: css3, html5, javascript, to-do-app, to-do-list, to-do-list-javascript, webapp
- Language: CSS
- Homepage: https://jeffson-dsilva.github.io/To-Do-List/
- Size: 3.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do-List
This is a simple and interactive To-Do List webpage that allows users to manage their daily tasks efficiently. The webpage provides options to add, complete, and delete tasks, as well as filter tasks based on their completion status. The design is responsive and works well on both desktop and mobile devices.
## Features
**Add Tasks:** Users can easily add new tasks to their to-do list by typing in the task and clicking the "Add Task" button or pressing the
Enter key.
**Mark Tasks as Completed/Incomplete:** Users can mark tasks as completed, and the task will be displayed with a strikethrough. They can also
undo the completion.
**Delete Tasks:** Users can delete tasks they no longer need with a simple click of the "Delete" button.
**Filter Tasks:** Users can filter tasks to show all tasks, only completed tasks, or only incomplete tasks.
**Real-Time Clock:** A real-time clock is displayed at the top of the webpage, showing the current time in 12-hour format with AM/PM.
## Technologies Used
**HTML5:** The structure of the webpage.
**CSS3:** Styling and layout of the webpage.
**JavaScript:** Interactivity and task management logic.
**LocalStorage:** Persistent storage of tasks in the browser, ensuring that tasks remain even after refreshing the page.
## Contributions
Contributions are welcome! Feel free to submit issues or pull requests for any enhancements or bug fixes.
### Link
https://jeffson-dsilva.github.io/To-Do-List/