Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karamanburak/todo-app
https://github.com/karamanburak/todo-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karamanburak/todo-app
- Owner: karamanburak
- Created: 2024-02-11T00:43:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T09:41:54.000Z (9 months ago)
- Last Synced: 2024-02-24T17:24:01.838Z (9 months ago)
- Language: JavaScript
- Size: 24.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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