Skip to content

A full stack web app built in React that displays the current and historic prices of any stock or cryptocurrency.

Notifications You must be signed in to change notification settings

michael-mcmasters/Stock-And-Crypto-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-And-Crypto-Tracker (Front end)

View the backend here.

A full stack web application that shows real-time prices of various stocks and cryptocurrencies. It does this by making GET requests to the Spring back end every 5 seconds, which web scrapes various websites to return the ticker's current and historic prices. The user can add or remove any ticker and can drag and drop them around.

This application is a work in progress.

To Run Locally

Using Node

git clone https://github.com/michael-mcmasters/Stock-And-Crypto-Tracker.git
cd Stock-And-Crypto-Tracker
npm install
npm start

To See Real-Time Data:

The back end will scrape the web for the real-time prices.

About

A full stack web app built in React that displays the current and historic prices of any stock or cryptocurrency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published