vanmitG / ToDo-App

Simple to do App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoderSchool FTW - _ A Todo App _

Created with love by: An-Khuong Huynh

This is a simple todo app that requires a solid understanding of the principles of JavaScript programming to customize.

Here's a walkthrough of implemented user stories.

Required User Stories

  • The user can add todo by enter text into input box and either click ADD or Enter key
  • The User can remove todo items
  • The User can toggle todo items from done to not done and vice versa.
  • The todo items is stored in local storage for future uses
  • The user can filter todo items by Done, Not Done or All by click on appropriate button

License

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Simple to do App


Languages

Language:JavaScript 54.0%Language:HTML 32.2%Language:CSS 13.8%