Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princeinscripts/todo-app
https://github.com/princeinscripts/todo-app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/princeinscripts/todo-app
- Owner: PrinceInScripts
- Created: 2023-09-18T14:27:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T14:37:26.000Z (about 1 year ago)
- Last Synced: 2023-11-27T15:35:05.386Z (12 months ago)
- Language: JavaScript
- 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
![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.