Welcome to our Full-Stack Project! The application allows users to search for a stock symbol (in example - AAPL for Apple Inc.) and retrieve the previous close market price for that symbol.
-
Search Functionality: Users can input a stock symbol into a search field.
-
API Integration: The application utilizes the YH Finance API from RapidAPI to fetch stock data.
-
Data Display: Upon entering a valid stock symbol, the application sends a request to the YH Finance API, which returns the previous close market price then displays a chart using Chart.js
-
User Feedback: The application provides clear feedback to users, displaying the previous close price or an error message if the symbol is not valid or if the API call fails.
git clone https://github.com/haydencfb/Stock-Project.git
npm install
npm run start:dev
https://stock-project-mo4x.onrender.com
Username: HaydenFB Password: password