GithubHelp home page GithubHelp logo

almost_amazon's Introduction

Almost_Amazon

#Screen Shot Alt Text

almost_amazon's People

Contributors

ke4tri avatar

Watchers

James Cloos avatar

almost_amazon's Issues

Button Function

User Story

As a user when I come to website, and clicks a button "Add To Cart", the item image and name will show up in the cart

Developer

Have the button listener function iterate over the array of objects and select proper image and price. Then have printToDom on the right side of the site.

Acceptance Criteria

When the user comes to the site and an image of the book adds to the cart.

Cart Creation

User Story

As a user when I come to website, I need a cart to place the books into

Acceptance Criteria

When the user comes to the website, then they should see the navbar and the links on the navbar work
and

HTML structure

User Story

As a user when I come to website, I need to see a book list with just one book. There should also be a cart where items can be placed

Development

  • Order HTML for visual representation of page.

Acceptance Criteria

When the user comes to the website, then they should see the the basic order of the html representing the site

File Setup

User Story

As a user when I come to the website, I need a navbar to navigate the site

Development

  • Create
    javascripts/
  • main.js # the entry point to app
    components/
  • store.js # should hold your book object as a private variable
  • cart.js # should use a get method on the store module to get the price of the book. Should call the printToDom function and display the cart.
    helpers/
  • util.js # should have the printToDom function
* index.html # usual stuff with all the html and script tags * main.css # for styling. At min you should use the bootstrap grid system but feel free to style more - Create element - Create html directory - Inside of the html directory, put bandmembers.html, events.html, albums.html and songs.html - Put the Nav element in each html file - UL for links - Flexbox for styling

Acceptance Criteria

Most of this will all be on the backend

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.