An open API service indexing awesome lists of open source software.

https://github.com/timxor/stock-market-app

stock-market-app
https://github.com/timxor/stock-market-app

Last synced: about 2 months ago
JSON representation

stock-market-app

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/your-username/stock-portfolio-app.git
```

2. Navigate to the project directory:

```bash
cd my-react-app
```

3. Install dependencies:

```bash
npm install
```
4. 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:

```bash
npm start
```

2. Open your browser and navigate to [http://localhost:3000](http://localhost:3000) to view the app.

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

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

5. 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](LICENSE) file for details.