Git Product home page Git Product logo

y2l-bootstrap-lab's Introduction

Y2l-bootstrap-lab

Before you start: Fork and clone this repository

  1. Fork this repository by clicking "Fork" on this page: forking

  2. Copy this repository's url by clicking the green clone button: copying url

Part 1: Bootstrap Grid

Edit exercise.html for this portion of the lab

  1. Create a table layout using bootrstrap grid that includes 3 types of animals of your choice. The table layout should look similar to this for all types of screens:
Name Image
Cat
Red Panda
Dolphin
  1. Show your work to an instructor or TA!

Bonus Open the website you made then right click and inspect element. As you notice, the image isn't compatible with the screen size and can sometimes get out of the borders of the column that includes it. Google how to fix that. (hint: you need to make the image's width compatible with its parent)

Part 2: Bootstrap Components

Edit exercise.html for this portion of the lab

  1. Make a carousel that displays the images of the animals you listed previously.
  2. Add a "Primary" Button with the text Next, and a "Secondary"Button with the text "Previous"
  3. Show your work to an instructor or TA

Part 3: Bootstrap Calculator

Part 3.1

Edit calculator.html for this portion of the lab

  1. Open the calculator.html file in your browser (Chrome/ Firefox). What do you see?
  2. You are right! it's the ugliest thing you've seen all day. You're job is to make it look more like a calculator
  3. Using your knowledge about the Grid layout(rows, columns) and Bootstrap components (Buttons, inputs), make an interface for a calculator (out of inspiration? click here or here)
  4. The must haves for the calculator are, having buttons from 0-9, buttons for addition, subtraction, division, and multiplication, and textbox for showing the result

Part 3.2

Using Javascript, make the calculator work!

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.