Giter VIP home page Giter VIP logo

stream-one-project-6's Introduction

Stream One Project

This is my final project for Code Institute Stream One. The Example page can be found here: https://andreweliyah.github.io/Stream-One-Project/

Please note the Monkees are not affiliated with this site and the prices and dates and event are all made up. The band bio is from the Wikipedia page and all info on the this page is used for demo/Grading purposes and are not real. Its just a course project. Thank you and have a nice day.

Summery

This application is to demonstrate my learned skills of front end development. It is the website for a band called the Monkees. It has a gig booking form as well as a music player is built using angularJS and basic HTML, CSS, and JavaScript, along with jQuery. The music player was built with Javascript functions. The booking form and its validations are powered by Javascript and AngularJs.

Technologies

  • HTML
  • CSS/Sass
  • Javascript
  • Jquery
  • AngularJS
  • DateTime Picker
  • Gulp
  • Bootstrap 3

Installation

$ git clone 'https://github.com/andreweliyah/Stream-One-Project.git'

$ cd Stream-One-Project

$ npm install

$ sudo npm install -g gulp

// if you need a server to run your code on while editing.
$ sudo npm install http-server -g 

Build

For production build:

$ gulp build

// to see the code in action run:
$ http-server <path-to-build-folder>

// if you need to specify a port add -p <port> to the end i.e.
'$ http-server ./build/ -p 8081'

For dev build:

$ gulp dev-build // for dev building or

// to see the code in action run:
$ http-server <path-to-build-folder>

// if you need to specify a port add -p <port> to the end i.e.
'$ http-server ./dev-build/ -p 8081'

Testing

Jasmine is used for testing this app. It is the standalone version so tests are run in the file: "SpecRunner.html" at the root of the project and the spec file is located at test/spec/appSpec.js.

To run the tests edit the appSpec.js file and run the specRunner.html.

stream-one-project-6's People

Contributors

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