An open API service indexing awesome lists of open source software.

https://github.com/frempongdev/company-stock-app

Company Stocks Genie is a Single Page Application for stock investors and anyone else interested in the prices of stocks in the Global Stocks market. If fetches real-time stock prices from the Financial Modeling Prep API together with other details of the companies.
https://github.com/frempongdev/company-stock-app

babel css3 html5 javascript jest reactjs redux

Last synced: about 1 year ago
JSON representation

Company Stocks Genie is a Single Page Application for stock investors and anyone else interested in the prices of stocks in the Global Stocks market. If fetches real-time stock prices from the Financial Modeling Prep API together with other details of the companies.

Awesome Lists containing this project

README

          

logo


Company Stocks Genie 🗠🗠



## 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)

- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)


### This project goes live [here](https://stocksgenie.netlify.app/) 🚀 .


### Have a look at the project's video presentation [here](https://www.loom.com/share/9de9c6da323648f5bfb8264943d62e78) 📽️ .


# 📖 [Company Stocks Genie]

**Company Stocks Genie** is a Single Page Application for stock investors and anyone else interested in the prices of stocks in the Global Stocks market. If fetches real-time stock prices from the Financial Modeling Prep API together with other details of the companies. The user gets more details about the company by clicking on the more button for the company item's tab.

## 🛠 Built With

### Tech Stack

React

Javascript

HTML5

CSS3

### Key Features

- **This project fetches data from the Financial Modeling Prep API**
- **This project displays fetched data of Company Stocks dynamically in the DOM**
- **This project shows a sorted list of the most valuable stocks in the Global market.**
- **This project fetches more details of the company from the Financial Modeling Prep API**
- **This project has syntax with ES6 format.**
- **This project makes use of React-Redux.**
- **This Project has a Readme.md file**
- **This Project has a gitignore file**
- **This projects follows all Microverse Linters**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need to copy the link of this Repository.

```sh
https://github.com/frempongdev/company-stock-app.git
```

### Setup

Clone this repository to your desired directory using the command:

```sh
cd your-folder
git clone https://github.com/frempongdev/company-stock-app.git
```


### Usage

Kindly go ahead and give this project a massage but do not forget to give a detailed description in your pull request.

Install the required dependencies using the following command:

```sh
npm install
```

Run the server using the following command:

```sh
npm start
```
-

(back to top)

## 👥 Author
### 👥 Frempong

- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel Amankwaa-Frempong](https://www.linkedin.com/in/frempongdev/)

(back to top)

## 🔭 Future Features

- [ ] **[Platform for Stock Sales]**
- [ ] **[Investment Tips tab]**
- [ ] **[Animations for Page]**
- [ ] **[Server Storage]**

(back to top)

## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project kindly support by suggesting changed by forking and pull requests

(back to top)

## 🙏 Acknowledgments

I would like to thank everyone who inspired me to learn programming. Regards to the whole Microverse team, Peers, and family supporting.




A massive Thank You to [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) who is the original designer of this [design](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs))

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)