Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aduda-boaz/finance-modelling
This is a single page web application that retrieves real live data from the Financial Modeling Prep API. Users can get information on their favourite company at Dow Jones Industrial Avarage. Companies are displayed in the Home Page. Information which include the stock index is displayed at the company information section.
https://github.com/aduda-boaz/finance-modelling
api-client javascript react redux redux-toolkit
Last synced: about 1 month ago
JSON representation
This is a single page web application that retrieves real live data from the Financial Modeling Prep API. Users can get information on their favourite company at Dow Jones Industrial Avarage. Companies are displayed in the Home Page. Information which include the stock index is displayed at the company information section.
- Host: GitHub
- URL: https://github.com/aduda-boaz/finance-modelling
- Owner: Aduda-Boaz
- Created: 2022-05-18T09:09:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T19:54:41.000Z (over 2 years ago)
- Last Synced: 2024-10-02T12:41:17.188Z (4 months ago)
- Topics: api-client, javascript, react, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://cozy-halva-d34ad6.netlify.app/
- Size: 3.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Company Information
> This is a single page web application that retrieves real live data from the Financial Modeling Prep API. Users can get information on their favourite company at Dow Jones Industrial Avarage.
> Companies are displayed in the Home Page. Information which inclujde the stock index is displayed at the company information section.![screenshot](./home.png)
![screenshot](./company.png)## Live Demo
You can see [the app live here](https://cozy-halva-d34ad6.netlify.app)
## Video Presentation
You can see [the video presentation](https://www.loom.com/share/87958aaeef2f48eba2c9c556be65b871)
## Setup
### Clone this repository
```bash
git clone https://github.com/Aduda-Boaz/finance-modelling
cd finance-modelling
```### Run project
```bash
npm install
npm run start
```### Run tests
To run the test just use the following command!
```bash
npm run test
```## Built With
- React
- Redux
- JavaScript
- CSS## Authors
👤 **Boaz Geoffrey Aduda**
- GitHub: [@Aduda-Boaz](https://github.com/Aduda-Boaz)
- Twitter: [@BoazAduda](https://twitter.com/BoazAduda)
- LinkedIn: [Boaz Aduda](https://www.linkedin.com/in/boaz-aduda/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Aduda-Boaz/finance-modelling/issues).
I would like to thank [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) the [author of the original design](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs)).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.