Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 846 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 846 Bytes

Stock Market App

Using the Alpha Vantage Stock API, built a dashboard that displays five stocks. The homepage displays minimal data, once you click on each stock you get a view page with more information on the performance in the past 5 days.

alt text

Getting Started

  1. Fork and Clone this repo
  2. Navigate to the terminal in your directory and run npm install
  3. Run npm start
  4. The frontend will start up in your browser on localhost.
  5. Enjoy!

Built with

  • React JS
  • Semantic UI
  • Custom css
  • Alpha Vantage API

Future Improvements

  • Allow user to search any stock and see the prices and performace

Contributors

Erick Camacho