Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.1 KB

README.md

File metadata and controls

39 lines (34 loc) · 2.1 KB

BullRun Frontend

BullRun Logo

A React application to manage financial portfolios and provide financial literacy to users.

Goals

  • Individual Stock Analysis
  • Learning Center to help users gain financial literacy
  • Track portfolio performance over time
  • Keep up with the latest news in the market
  • Dashboard to track all of the above

Functionalities

  • Stock Search: Search for individual stocks and get detailed information including stock price, company profile, and market data.
  • Portfolio Management: Add, update, and delete stocks in your portfolio. Track the performance of your investments over time.
  • Learning Center: Learn about various financial concepts such as compound interest, P/E ratio, dividend yield, and fair value calculation.
  • Stock News: Stay up-to-date with the latest news on your favorite stocks.
  • Dashboard: A central place to view all your financial information and track your portfolio's performance.

Technologies

  • React JavaScript
  • TypeScript TypeScript
  • Axios Axios
  • MUI Library MUI
  • Vite Vite

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/jlthompson96/BullRun_Frontend.git
    cd BullRun_Frontend
  2. Install the dependencies:
    npm install
  3. Start the development server:
     npm run dev
  4. Open http://localhost:5173 to view it in the browser.