Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karamanburak/todo-app


https://github.com/karamanburak/todo-app

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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](./assets/ToDo-App.gif)

## 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