Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/to-do-list

A simple To-Do List web application where you can add tasks, mark them as completed, and delete them.
https://github.com/furkan-dogu/to-do-list

font-awesome html-css-javascript

Last synced: about 6 hours ago
JSON representation

A simple To-Do List web application where you can add tasks, mark them as completed, and delete them.

Awesome Lists containing this project

README

        

# To-Do List



## About the Project

A simple To-Do List web application where you can add tasks, mark them as completed, and delete them.

## Technologies Used
- HTML
- CSS
- JavaScript
- Font Awesome for icons

## Features
- Add new tasks to your to-do list.
- Mark tasks as completed by clicking on them.
- Delete tasks from the list.
- Responsive design for various screen sizes.

## Project Structure
- `index.html`: Main HTML file containing the structure of the webpage.
- `style.css`: CSS file containing styles for the webpage.
- `app.js`: JavaScript file containing the logic for the To-Do List functionality.

## Usage
- Enter a new task in the input field and press the "Add" button or press "Enter" on your keyboard.
- Click on a task to mark it as completed (strikethrough effect).
- Click on the trash icon to delete a task.
- Use the "Delete Finished Tasks" button to remove completed tasks from the list.