Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 949 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 949 Bytes

Pynance Frontend

This is the frontend for a stock tracking app that predicts the future the price of a stock. Users are able to view stock data, stock graph, stock news and build a stock portfolio which tracks and calculates their Profit/Loss.

Frontend - Hosted on Netlify

Backend - Hosted on DigitalOcean

Backend Git Repository

Features

  • View stock data
  • View stock graph
  • View stock news
  • View AI stock predictions
  • Create a stock portfolio
  • Manage stock trading investments in the portfolio
  • Track performance of stock portfolio

Getting Started

Clone the repo:

[email protected]:rorybush/StockTracker-FE.git

Change the directory:

cd StockTracker-FE/

Install the dependancies:

npm i

Run React

npm run start

Minimum Requirements

Node.js 18.0