Skip to content

This repository contains code for a webpage that allows users to search for stocks using the Finnhub API and display live stock data and analytics. This project has been built with a React frontend and Node JS backend, and currently hosted on Render.

Notifications You must be signed in to change notification settings

nath9777/stockSearchApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

stockSearchApp

This repository contains code for a webpage that allows users to search for stocks using the Finnhub API and display live stock data and analytics.

Application functionlity

The Application primarily invloves searching stock tickers available as part of NASDAQ and NYSE. On searching a specific stock ticker:

  1. You can view Summary, News, Charts and Insights of the stock.
  2. You can Buy/Sell shares of this stock, with an initial wallet balance of $25,000.
  3. You can watchlist the stock.

The Watchlist and Portfolio tabs can be used to monitor, buy/sell stocks, and manage wallet balance.

Tools and Tech Used

  1. The frontend is built using the React Framework.
  2. The backend is built using Node and Express JS.
  3. Database used to store stock watchlist and portfolio related information is Mongo DB.
  4. The application is hosted on GCP.
  5. This application make use of Finnhub and Polygon API's for stock data, and HighCharts for all charts used.

Google Cloud Link to Application (INACTIVE)

https://atul-webtech-final-3.wl.r.appspot.com/search/home (INACTIVE)

Hosted on Render (LIVE)

https://stocksearchapp-render.onrender.com

NOTE

I have excluded the node modules from the backend and frontend and the build directory as well. This repository primarily includes React and Node/Express Source Code only with package.json dependancies. The application can be accessed via the Render link provided above.

About

This repository contains code for a webpage that allows users to search for stocks using the Finnhub API and display live stock data and analytics. This project has been built with a React frontend and Node JS backend, and currently hosted on Render.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published