Skip to content

karamanburak/toDo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo-App

Description

Project aims to create a simple To-Do App.

Problem Statement

  • 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

Project Skeleton

To-Do App (folder)
|
|----assets
|----index.html  
|----main.js
|----style.css   
|----readme.md                 

Expected Outcome

Project Snapshot

Objective

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.

At the end of the project, following topics are to be covered;

  • HTML

  • CSS

  • JS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published