Skip to content

JosueMrt/react-stock-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Stock Market App

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/

Made using:

Usage

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