This is a simple stock generator application built with React and Redux it generates random stock data from the Financial Modeling Prep API. The stock data is fetched from the API and stored in the Redux store then accessed by React hooks. The project consists of two pages: the home page which displays all the stock data and the details page which displays the stock data for a specific stock. The search bar allows you to search for a specific stock by a symbol. The application uses the React Router library to navigate between pages. The filter by exchange button lets you filter the stock data by an exchange. There are two exchanges in which they are filtered, the NYSE and the NASDAQ.
To get a local copy up and running follow these simple example steps.
- On the project GitHub page, navigate to the main page of the repository.
- Under the repository name, locate and click on a green button named
Code
. - Copy the project URL as displayed.
- If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
- Type git clone, and then paste the URL you copied in Step 3.
e.g. $git@github.com:HillaryOkello/stock-generator.git
- Press Enter. Your local copy will be created.
👤 Hillary Okello
- GitHub: @HillaryOkello
- Twitter: @kellyhillary4
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
- Clone the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Give a ⭐️ if you like this project!
This project is MIT licensed.