Skip to content

hmalik88/myFolio-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

| myFolio | Front-end |

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.

Installing the front-end

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

About

A simple stock portfolio app!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published