Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalai64/octanet_may_task-2
OCTANET_MAY_TASK-2 (ToDo-List)
https://github.com/kalai64/octanet_may_task-2
css3 html5 javascript
Last synced: about 14 hours ago
JSON representation
OCTANET_MAY_TASK-2 (ToDo-List)
- Host: GitHub
- URL: https://github.com/kalai64/octanet_may_task-2
- Owner: kalai64
- Created: 2024-05-23T04:06:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T04:10:00.000Z (6 months ago)
- Last Synced: 2024-05-23T05:25:28.094Z (6 months ago)
- Topics: css3, html5, javascript
- Language: CSS
- Homepage: https://octanet-may-task-2.vercel.app
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List Application
A simple and elegant To-Do List application built with HTML, CSS, and JavaScript.
## Features
- Add new tasks to your to-do list.
- Mark tasks as completed by clicking on them.
- Remove tasks by clicking the "×" button next to each task.
- Interactive and responsive UI.## Usage
1. Enter your task in the input box.
2. Click the "Add" button to add the task to your list.
3. Click on a task to mark it as completed.
4. Click the "×" button next to a task to remove it from the list.## Code Structure
- **index.html**: The main HTML file that structures the webpage.
- **style.css**: The CSS file that styles the webpage.
- **script.js**: The JavaScript file that adds interactivity to the webpage.
- **images**: A folder containing image assets used in the application.