GithubHelp home page GithubHelp logo

js_shopping_list's Introduction

Shopping List

Create a javascript application where one can create and manage shopping list items.

  • As a user I see an HTML form to create a new list item with a name
    • When I click a "Add Item" button
      • The form values are reset
      • A shopping list item is added to a ul as an li
  • As a user I can see a list of created shopping list items
  • As a user I can press a "Complete" button or checkbox, when clicked
    • The item is marked as complete
    • The item moves to the bottom of the list
    • The item becomes gray or semi-transparent to indicate it's complete
  • As a user I can see a "x" button, which clicked
    • The "x" button disappears
    • A separate "DELETE" button appears when clicked the item is completely removed from the list (think of the second button as a confirmation)

Extended Requirments

  • Add a due date to the list items, the list should be ordered by the due date
  • Add a "Edit" button when clicked shows form inputs for name, due date, complete, and a submit button. When clicked the values are updated.

js_shopping_list's People

Contributors

khambro avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.