Myrausman / StockSeer-Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StockSeer-Frontend (Stock Prediction Frontend App)

StockSeer is a web application that empowers users to predict stock prices. It leverages React and JavaScript to provide a user-friendly interface for selecting stocks, prediction models, and forecast periods.

image

Get Started

Usage

  1. Clone the Repository
git clone https://github.com/Myrausman/StockSeer-Frontend
  1. Install Dependencies Navigate to the project directory and install dependencies using:
cd StockSeer-Frontend
npm install
  1. Run the App

Start the development server:

npm start

The app will be accessible at http://localhost:3000.

How to Use

  1. Stock Selection
  • Choose a stock symbol from the dropdown menu.
  1. Prediction Options
  • Select a prediction model from the dropdown menu.
  1. Prediction Period
  • Choose the forecast period for predictions.
  1. Prediction Interval
  • Choose the interval for prediction (minutes, hours, days).
  1. Generate Predictions
  • Click the "Predict" button to generate stock price predictions.

Backend Integration:

The app interacts with a separate backend API to fetch historical data and potentially train prediction models. For details on the backend API, refer to the StockSeer-API repository: https://github.com/samadpls/stockseer-api

Dependencies:

React Chart.js (for visualization, if applicable)

Testing:

Test suites are currently under development for this project.

Contributing:

We welcome contributions! Feel free to fork the repository and submit pull requests with enhancements or bug fixes.

License:

MIT License (see LICENSE file for details).

About


Languages

Language:CSS 45.6%Language:JavaScript 41.8%Language:HTML 12.6%