-
The app takes information from the Financial Modeling Prep API.
-
To get basic information I first ran the end point Financial Statement Symbol.
-
To filter companies I based from the forber article The Global 2000
-
The API doesn't give access to some of the companies on that list. I end up chossing 30 to render the front screen.
-
A local array was created with the basic information:
Company name.
Symbol.
Image.
-
The images were taken from the companies sites
-
To access the company details I used the end point Income Statement. It works with the company symbol.
- Javascrip
- React Redux
- Github and Gitflow
To get a local copy up and running follow these simple example steps:
- It's necessary to install the LTS option of Node.js. link.
- npm will be included in the previous installation.
- Go to the folder where you want to store the project, and clone the repository:
- SSH: https://github.com/zkr024/financial-metrics.git
- From the folder where all the files are located please Run npm install.
- And to launch the web server, please run npm start.
👤 Oscar Bermudez
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Based on Nelson Sakwa on Behance design.
This project is MIT licensed.