Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 977 Bytes

readme.md

File metadata and controls

27 lines (20 loc) · 977 Bytes

#Savings Multiplied Part 2 Instructions

###Part 2 Task 1: Your first task is to recreate the views you made in part 1 using Bootstrap. If you take advantage of Bootstrap's grid system and nav bar a lot of the CSS you used in part1 will no longer be needed.

Task 2: Create an API call to the following address: https://savingsmultipliedssh.firebaseio.com/items.json

This should return an array with 22 objects in it. Each of those objects has an image url, username, price, title, and date open until. Using this input and the mockup you did in part 1, you should have an auction page with items getting loaded in from the API.

Technologies you should use:

  1. Bootstrap
  2. jQuery

Colors:

  • Dark Teal: #69C4CC
  • Light Blue Text: #D5F1F0
  • Medium Blue Text: #2A959E
  • Light Teal: #CFEFEE
  • Bright Pink: #E9168C
  • Light Pink: #F3CECD
  • Bright Purple: #6F308B
  • Dark Purple: #6F1549
  • Green (auction page form): #edf9d3
  • Green (auction page text color): #8db639