Skip to content

LarmBee/Stock-Watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Watch App

This is a React-based web application that allows users to search for stock data by entering the stock ticker symbol. The app utilizes the Polygon API to fetch the data based on the user's input and displays it in an easy-to-read format.

Features

Search for stock data by stock ticker symbol.
Display company description, name, website, and an image of the company.
Responsive design for use on various devices.

Technologies Used

React.js
Axios
Bootstrap
HTML
CSS

Getting Started

To get started, simply clone the repository and install the required dependencies.

bash

git clone https://github.com/your-username/stock-watch.git
cd stock-watch
npm install

After installing the dependencies, start the development server by running the following command.

bash

npm start

This will start the development server and the app can be accessed in the browser at http://localhost:3000.

How to Use

To use the app, simply enter the stock ticker symbol in the search bar and hit enter or click the search button. The app will then fetch the stock data and display it on the page.

API

The app utilizes the Polygon API to fetch the stock data. The API requires an API key, which can be obtained by signing up on their website.

Credits

This app was developed by Brandon Kanute. Feel free to contact me with any questions or feedback.

License

This project is licensed under the MIT License. See the LICENSE file for details.