A simple app made to view the latest and historical stock prices. As well as the relevent news for each company.
See it in action here: https://react-stock-market.herokuapp.com/
- React
- Express
- Node.js
- Chart.js
- IexCloud API (https://iexcloud.io/)
If you want to clone and play with this project on your local machine feel free to do so!
// Clone the project to your machine:
git clone https://github.com/JosueMrt/react-stock-market.git
// Navigate to the cloned folder then run:
npm install
node index
cd client
npm install
npm start
This requires to have both Node.js and Git installed on your machine