Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/princeinscripts/todo-app


https://github.com/princeinscripts/todo-app

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Simple ToDo App

## Description

This is a basic ToDo web application created as a beginner's project to practice HTML, CSS, and JavaScript. It allows you to create a list of tasks you need to complete.

#Screenshot
![Screenshot 2023-09-18 200347](https://github.com/KnihtKingCoder/TODO-APP/assets/124567410/50cb01e4-5674-4850-9d69-d1e2f9396485)
![Screenshot 2023-09-18 200652](https://github.com/KnihtKingCoder/TODO-APP/assets/124567410/603e5c26-322c-4908-81ea-d8690f01eba6)

## Features

- Add tasks to your ToDo list.
- Mark tasks as completed.
- Remove tasks from the list.

## Getting Started

1. Clone this repository to your local machine.
2. Open the `index.html` file in your web browser.

## Usage

1. Enter a task in the input field.
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 "Delete" button to remove a task.