/stock_portfolio_tracker_react_hooks

Stock portfolio tracker built with react hooks. Complete the form then the app calculates the portfolio return for you!

Primary LanguageJavaScriptMIT LicenseMIT

Stock Portfolio Tracker

Personal stock portolio tracker developed using react hooks with Finn hub stock api and interactive chart from Tradingview. If you have different sets of stock portfolios with several brokerages, you can combine all your portfolios and view the performance in this app instead of browsing through bunch of different statements. This app uses local storage to save your portfolio data. In the future, I would like to make real-time stock trading platform.

Demo

Use the app online at https://stock-portfolio-tracker.netlify.app/

Stock Portfolio Tracker

Run App Locally

npm install

Initial setup. This will install all dependencies.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Technologies Used

  • React Hooks
  • ReactStrap
  • AWS S3 for storing image
  • Finnhub Stock API
  • Lightweight Charts
  • Unsplash for background image

License

The code in this project is licensed under the MIT License.

Note that you will be responsible for following terms of service of the third party APIs used in the code.