An open API service indexing awesome lists of open source software.

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

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/