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.
- Clone the Repository
git clone https://github.com/Myrausman/StockSeer-Frontend
- Install Dependencies Navigate to the project directory and install dependencies using:
cd StockSeer-Frontend
npm install
- Run the App
Start the development server:
npm start
The app will be accessible at http://localhost:3000
.
- Stock Selection
- Choose a stock symbol from the dropdown menu.
- Prediction Options
- Select a prediction model from the dropdown menu.
- Prediction Period
- Choose the forecast period for predictions.
- Prediction Interval
- Choose the interval for prediction (minutes, hours, days).
- Generate Predictions
- Click the "Predict" button to generate stock price predictions.
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
React Chart.js (for visualization, if applicable)
Test suites are currently under development for this project.
We welcome contributions! Feel free to fork the repository and submit pull requests with enhancements or bug fixes.
MIT License (see LICENSE file for details).