Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.73 KB

README.md

File metadata and controls

54 lines (46 loc) · 1.73 KB

Nashville Stock App

This app allows you to sign in and view stock prices in real time. It also allows you to save certain stocks, positioning them on your dashboard for easy access. You will also be granted 100 credits that you can bet towards stock! See how much you can make!

The App (hosted)

The App (local host)

Visual Studio Code

Download VSC here : Visual Studio Code

Clone the repo

Open your terminal (cmd+spacebar "terminal") then navigate to a folder you wish to pull the repo to. Copy the following into the Terminal:

git clone git@github.com:john-dulaney/front-end-capstone.git

Run it on localhost

  • Download Node.js, we need this to install npm: Node.js

  • With terminal, type:

sudo npm install npm -g
  • Now we can install http-server, which we'll use to run the app locally.
npm install -g http-server
  • Using terminal, navigate to the directory with this command:
cd front-end-capstone
  • Then:
http-server
  • Use CMD+Click on the ip address in the terminal or copy and paste it into your browser.

Woo! All done!

Technology that I used to build this app

  1. Javascript
  2. jQuery
  3. AngularJS
  4. HTML5
  5. CSS(Sass )
  6. Materialize
  7. ChartJS
  8. Git
  9. Github
  10. Firebase
  11. Visual Studio Code