Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.28 KB

Stock Tracker

Overview

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.

Features

  1. Search Functionality: Users can input a stock symbol into a search field.

  2. API Integration: The application utilizes the YH Finance API from RapidAPI to fetch stock data.

  3. 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

  4. 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.

Installation

git clone https://github.com/haydencfb/Stock-Project.git
npm install
npm run start:dev

Screenshot

Screenshoit

Link To Deployment:

https://stock-project-mo4x.onrender.com

Login

Username: HaydenFB Password: password

Contributors

Hayden Fitzpatrick-Brintle

John Marquez

John Dinh

Brian Petros