https://github.com/malanski/todolist
DIO - Base camp JavaScript - TQI FullStack Developer
https://github.com/malanski/todolist
css digitalinnovationone dio-bootcamp html javascript to-do-list tqi
Last synced: 22 days ago
JSON representation
DIO - Base camp JavaScript - TQI FullStack Developer
- Host: GitHub
- URL: https://github.com/malanski/todolist
- Owner: malanski
- Created: 2022-05-20T01:18:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T19:08:52.000Z (about 4 years ago)
- Last Synced: 2025-11-29T22:39:41.938Z (7 months ago)
- Topics: css, digitalinnovationone, dio-bootcamp, html, javascript, to-do-list, tqi
- Language: JavaScript
- Homepage:
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[DIO - Digital Innovation One](https://web.dio.me)
# Base Camp JavaScript Project: To-Do List
- Instructor JavaScript: Stephany Nusch
## [Project Deploy](https://github.com/malanski/toDoList/)
### TQI Fullstack Developer
- Bootcamp at Digital Innovation One
#### Objectives
1 Create a text input field and a button that add Tasks to de list
2 As the button is pressesd the text should render on the list aside a checkbox
3 When the user selects the checkbox, the corresponding item must have the text crossed out. (eg task complete. tip: you can easily solve this with CSS)