Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j3wlius/todo-list
https://github.com/j3wlius/todo-list
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/j3wlius/todo-list
- Owner: j3wlius
- Created: 2024-03-16T15:25:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T18:55:05.000Z (10 months ago)
- Last Synced: 2024-03-17T01:51:42.094Z (10 months ago)
- Language: CSS
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List App
This is a simple Todo List web application that I have built using HTML, CSS, and JavaScript. It allows users to add tasks, mark tasks as completed, and delete tasks from the list.
## Features
- **Add Task:** Users can input a task in the input field & add it to the task list by clicking the "ADD" button.
- **Mark as Completed:** Users can mark tasks as completed by clicking on the checkbox next to each task or on the task itself.
- **Delete Task:** Users can delete tasks from the list by clicking the cross icon on the right of each task.
## Technologies Used
- **HTML:** I used HTML for structuring the webpage and creating the user interface elements.
- **CSS:** I used CSS for styling the webpage.
- **JavaScript:** I used Javascript for implementing the interactive features of the Todo List app like adding tasks, checking completed tasks & deleting tasks.
## Demo
You can view a live demo of the Todo List app [here](https://j3wlius.github.io/todo-list/).