Giter Club home page Giter Club logo

f1-shopping-list-final's Introduction

Shopping List

Shopping sucks. Lucky for us we have a shopping list to keep track of ALL OF THE PANTS we don't have yet... but soon will.

Specification

Phase Zero

  • Clone down this repository.

Phase One

Users should be able to:

  • Enter an item
  • Enter a price for the item
  • When a user hits the submit button, both the item and the price should be displayed on the DOM. e.g. Item: Socks Price: $5
  • The input fields should be cleared out after the item has been successfully submitted.

Phase Two

The combined sales tax rate for Denver, CO is 7.65%... but for our purposes, let's just make it 10%.

  • When a user hits the submit button, the item, price, tax amount (in dollars), and total amount (price of item + tax) should be displayed on the DOM. e.g.: Item: Pants Price: $14 Tax: $1.40 Total: $15.40 (Don't worry about floating point rounding errors in Phase Two.)
  • The submit button should be disabled if there is no content in either input field.
  • The submit button should be enabled if there is valid content in both input fields.
  • Each item should have a button that removes it from the page.

Phase Three

  • The application should not be affected by floating point rounding errors.
  • Submitted items should be stored in localStorage and loaded when the page loads.

Rubric

Completion

  • Novice: Developer struggled to implement the features in Phase One
  • Advanced Beginner: Application meets all of the functional expectations in Phase One.
  • Proficient: Application meets all of the functional expectations in Phase Two.
  • Exceptional: You completed Phase Three or Above

JS/jQuery

  • Novice
  • Advanced Beginner
  • Proficient
  • Exceptional

Collaboration

  • Novice
  • Advanced Beginner
  • Proficient
  • Exceptional

Debugging

(How well did you demonstrate awareness of your resources ie: dev tools, google, workspace, etc)

  • Novice
  • Advanced Beginner
  • Proficient
  • Exceptional

Surprise and Delight

  • Unicorn Rainbows
  • Hot Fire
  • Sparkles
  • Magic

f1-shopping-list-final's People

Contributors

thatpamiam avatar

Watchers

James Cloos 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.