https://github.com/princeinscripts/todo-app
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.
https://github.com/princeinscripts/todo-app
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/princeinscripts/todo-app
- Owner: PrinceInScripts
- Created: 2023-09-18T14:27:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T14:37:26.000Z (over 1 year ago)
- Last Synced: 2025-01-13T15:50:59.025Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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.