Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.