Skip to content

Web application built using React.js that tracks stock prices in real time and allows user to build a toy financial portfolio by buying / selling shares

Notifications You must be signed in to change notification settings

DSharm/portfolio_public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Portfolio using React.js

MPCS 52553 Web Development Final Project

Overview

This is a toy financial portfolio built using React.js. It tracks actual, real-time stock prices using API calls to IEX Cloud, and allows the user to build a financial portfolio by "buying" and "selling" shares. The application will store your portfolio so you will see your shares if you reload the app in the same browser. The app also shows you how the overall market is doing on any given day.

To get started, clone this repository and run the following:

fp$ npm install
fp$ npm start

However, you will need to add your own API key, which you can get for free at IEX Cloud. Without a key, the app will still launch but you won't be able to see updated prices.

To actually view the working application, go here. This GitHub page is being hosted by a private repo.

About

Web application built using React.js that tracks stock prices in real time and allows user to build a toy financial portfolio by buying / selling shares

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors