https://github.com/tanvirhasanprince/build-a-to-do-app-with-only-html-css-and-javascript-asmr-programming-no-talking-
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanvirhasanprince/build-a-to-do-app-with-only-html-css-and-javascript-asmr-programming-no-talking-
- Owner: TanvirHasanPrince
- Created: 2023-02-21T10:05:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T10:11:05.000Z (about 2 years ago)
- Last Synced: 2025-01-25T09:09:14.148Z (4 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
# Video Link: https://youtu.be/edc7XzOadcE
Learn how to build a todo list web app in HTML, CSS and JavaScript with the ability to display, create, and delete your tasks. Task list, to-do list, shopping list.
Pre-requisite:
- Knowledge of HTML
- Knowledge of CSS
- Knowledge of DOM in JavaScriptWhat you will learn from this video
- Use of HTML input tag
- Use of HTML form tag
- CSS Flexbox
- CSS linear gradient
- JavaScript DOM
- JavaScript Function
- JavaScript onchange and onclick function