yoshimario / movie-tickets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movie-tickets

Goal

The goal for today is to practice creating objects using constructors and prototypes. Practice adding properties and methods to objects and calling out those properties and methods in your webpage.

By David Butler, Sean Wilson

Description

Create a webpage where a user can select the name of a movie, the time of day that they would like to see the movie and their age. The webpage should let them know how much their movie ticket will cost, based on those three factors.

Setup/Installation Requirements

  • Sign into your github and navigate to this link click here
  • Under the repository name, click Clone, 'green button'
  • Then click the copy button next to the URL
  • Open the terminal and type, git clone https://github.com/davidabutler92/movie-tickets.git
  • Open project in text editor to view code
  • From your text editor, drag index.html to the browser to view in the browser
  • To see on gh-pages Click here

Known Bugs

There are no known bugs at the time.

Support and Contact Details

Technologies Used

HTML

CSS

Git

Bootstrap

Javascript

jQuery

Copyright (c) 2020 David Butler, Sean Wilson

The software is licensed under the MIT license Click here

About

License:MIT License


Languages

Language:HTML 56.3%Language:JavaScript 28.8%Language:CSS 14.9%