A webapp that consists of a catalog, that is, a browsable list of items that you can filter and access to the details of one item. It uses a Public API to fetch the data that it renders.
This webapp pulls information from the Financial Modeling Prop App. This API provides live data from stock in different exchanges. You can filter by exchange or search directly for your preferred stocks. Moreover, you can select them and view their historical price.
- Fork the repository and create a local one on your computer;
- Move to the repository inside the command line using
cd
and the path to the file; - Run dependencies with
npm install
- Setup environmental variables. You must setup the API KEY and URL variable to properly run the code:
- REACT_APP_API_URL =
Name of the main API url where all the endpoints are located at
- REACT_APP_API_KEY=
API Key needed to authenticate
- REACT_APP_API_URL =
- Run the program locally by runnin
npm start
.
- Fork the repository and create a local one on your computer;
- Move to the repository inside the command line using
cd
and the path to the file; - Run dependencies with
npm install
- Run the tests locally by runnin
npm run test
.
- Bootstrapped with :
create-react-app
- React
- Redux
- Canvas JS
- Netlify
- Tailwind CSS
- FMP API
👤 Santiago Rodriguez Bermúdez
-
Contributions, issues and feature requests are welcome!
-
Feel free to check the issues page.
- Give a ⭐️ if you like this project!