Project aims to create a simple To-Do App.
- Your company has recently started on a project that aims to create a simple To-Do App. So you and your colleagues have started to work on the project.
- User should create, delete and mark tasks as them done or undone
To-Do App (folder)
|
|----assets
|----index.html
|----main.js
|----style.css
|----readme.md
Make a To-Do App as in the sample designs.
-
User stories;
- When I click plus /add button on to-do app, I can increase add new to-do task.
- When I click done button on on to-do app, I can mark the selected to-do task as done and count of uncompleted task decrease 1.
- When I click button on on to-do app, I can delete a to-do task. Completed / total task counts decrease 1.
-
HTML
-
CSS
-
JS