https://github.com/benjaminsemah/the-metrics-hub
The Metrics HUB is a web(mobile-focused) app for checking the companies listed on the stock exchange to see their live metrics. Its data is consumed from the Financial modelling API.
https://github.com/benjaminsemah/the-metrics-hub
api middleware netlify react redux
Last synced: 3 months ago
JSON representation
The Metrics HUB is a web(mobile-focused) app for checking the companies listed on the stock exchange to see their live metrics. Its data is consumed from the Financial modelling API.
- Host: GitHub
- URL: https://github.com/benjaminsemah/the-metrics-hub
- Owner: BenjaminSemah
- Created: 2022-03-15T10:11:42.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-16T11:50:55.000Z (over 4 years ago)
- Last Synced: 2025-03-28T05:27:53.012Z (over 1 year ago)
- Topics: api, middleware, netlify, react, redux
- Language: JavaScript
- Homepage: https://themetricshub.netlify.app/
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Stock Metrics App
> The Metrics HUB is a web(mobile-focused) app for checking the companies listed on the stock exchange to see their live metrics. Its data is consumed from the [Financial modelling API](https://site.financialmodelingprep.com/developer/docs/).

## Live Demo
- [Link to Live Version](https://themetricshub.netlify.app/)
## Built With
- Major languages (HTML, CSS, JavaScript)
- Frameworks / Libraries
```bash
- React (Front end library)
- Redux (State Management)
- Jest(unit testing)
- React Testing Library
```
- Technologies used
``` bash
- Git(version control)
- Git(version control)
- ESLint(JavaScript linting)
- Stylelint(style linting)
```
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Usage
#### Clone this repository
```bash
$ git@github.com:BenjaminSemah/the-metrics-hub.git
$ cd the-metrics-hub
```
#### Run project
```bash
$ npm install
$ npm build
$ npm run test
$ npm start
```
#### Open page in browser
```bash
$ runs on http://localhost:3001/
```
## Author
👤 **Benjamin Semah**
- GitHub: [Benjamin Semah](https://github.com/BenjaminSemah)
- Twitter: [Benjamin Semah](https://twitter.com/BenjaminSemah)
- LinkedIn: [Benjamin Semah](https://www.linkedin.com/in/benjaminsemah)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/BenjaminSemah/the-metrics-hub/issues).
## Acknowledgement
Original design idea by [Nelson Sakwa on Behance..](https://www.behance.net/gallery/31579789/Ballhead-App-%28Free-PSDs%29) Under the [Creative Commons License](https://creativecommons.org/licenses/by-nc/4.0/)
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.