LIVE LINK: https://myfolio-stocks.herokuapp.com/
myFolio is a stock-purchasing simulation app. As a user, you have the ability to create an account and purchase stocks at any given time. You can purchase the stocks by providing a ticker and quantity. You can view your current portfolio of stocks and its current value. You can also view your transaction history. All stock prices are fed by a real-time API.
In order to install the front-end of this application, you need to do the following:
Step 1 Clone this repository.
Step 2 Run 'npm install' to install all the dependencies.
Step 3 Run 'npm start' to start the app.
The front-end is now ready for interaction.
Note: If live link is down, you can simulate the application by changing the fetch requests from
https://myfolio-api.herokuapp.com/ to http://localhost:3000/api/v1/
Please see the following link for the back-end: https://github.com/hmalik88/myFolio-backend