/stock-market-app

stock-market-app

Primary LanguageJavaScriptMIT LicenseMIT

Stock Portfolio Management App

Description

This is a web application for managing your stock portfolio. You can search for stocks, view interactive graphs, and save your favorite stocks to your portfolio.

Features

  • Search for stocks by symbol
  • View interactive graphs for stock data
  • Save stocks to your portfolio
  • Update existing stocks in your portfolio

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/stock-portfolio-app.git
  1. Navigate to the project directory:
cd my-react-app
  1. Install dependencies:
npm install
  1. Inorder for the Advice portion to work you will need you own OpenAI Key and paste it on to line 14 of Advice.js

Usage

  1. Start the development server:
npm start
  1. Open your browser and navigate to http://localhost:3000 to view the app.

  2. Use the search bar to find stocks by symbol.

  3. Select the interval (intraday, day, week, month) and click "Get Stock Data" to view the stock graph.

  4. Click "Save Stock" to add the stock to your portfolio.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.