Code Monkey home page Code Monkey logo

explosives's Introduction

#README

Acme Explosives

Requirements

You are going to be creating several JSON files that will be describing all of the explosive products that you sell. You need to use Promises to handle the order of the asynchronous operations needed to load the data.

Product Categories

  • Choose at least two, but as many of you like, categories for your products.
    • Give each one an integer unique id.

Product Types

  • Create a JSON file describing types for each category of your products.
  • For each type, add a key/value pair relating to the corresponding category.
  • Create at least 3 types for each category.

Product Details

  • Create a JSON file describing each product you offer.
  • Add a key/value pair with a relationship to the appropriate product type.
  • Add at least 3 products for each type.
  • Add details

User interface

  • Create a simple user interface for your product catalog

  • a user can select a category from a dropdown.

  • When a category is selected, you must use Promises to read,

    • first, from the categories.json to load that array of objects,
    • then load types.json,
    • then products.json.
  • Once all data is loaded, you need to display the products in a Bootstrap grid. - [ ] Each product must display the string name of its product type, and product category. Not the integer id value.

explosives's People

Contributors

edwardrz 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.