Skip to content

dahyman91/financial-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Financial Dashboard

A React dashboard ready to help you make those gains!

Table of Contents

Demo

animated

About the project

Track stocks from different exchanges, add them to a portfolio or see advanced technical details on the dashboard. This project was built to demonstrate the ability to work with external APIs. Specifically, the Finnhub API and the Financial Modeling Prep API were used. Additionally, a number of widgets provided by TradingView were implemented.

Built With

Live Site

-Deployed to Netlify

Getting Started

To get a local copy up and running on your mechine, follow these simple steps.

  git clone git@github.com:dahyman91/financial-dashboard.git

Go to the project directory

  cd financial-dashboard

Install dependencies

  npm install

Start the app

  npm start