Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/furkan-dogu/to-do-list
- Owner: furkan-dogu
- Created: 2023-11-07T17:26:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T18:24:28.000Z (11 months ago)
- Last Synced: 2024-01-06T19:29:40.094Z (11 months ago)
- Topics: font-awesome, html-css-javascript
- Language: CSS
- Homepage: https://to-do-list-nine-jet.vercel.app
- Size: 668 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.