Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 563 Bytes

Stock Market API React Project

User stories

  • Users can view a dashboard of 5 different stocks at once.
  • Users can add new stocks by their symbol name.
  • Users can remove stocks on the dashboard.
  • Utilizes the IEX Stock Market API to retrieve real-time market data.
  • Stock quotes are updated every 2 seconds and adjusts the color of the percentage based on the change.

Click here to launch the app.

This project was bootstrapped with Create React App.