Global Stock is a catalogue of companies on the stock market. The project consists of a frontend application that displays financial information from an API, and stores it in the Redux store. The main features of this app are:
- Ability to display a list of companies
- Filter companies stocks according to categories
- Access the details of each company
- JavaScript(ES6)
- React.JS
- gh-pages
- Node.js
- Bulma
- prop-types
- Jest
- Enzyme
- Stock API: financialmodeling
You can click on this link
- Node.js
- Any Brownse
- API KEY from financialmodeling
To get started open the directory where you will save this repo by typing on your terminal:
$ cd <directory>
- Clone the repo typing:
$ git clone git@github.com:brugobi/stock-react-capstone.git
- Install dependencies:
$ npm install
- Install dotenv:
$ npm install dotenv
- in the root create a file called .env and add:
REACT_APP_STOCK_API_KEY=your API key
- Sfter set up the API key you can start the React server:
$ npm start
- To run the tests:
$ npm test
👤 Bruna Gobi
- Github: @brugobi
- Twitter: @BrunaGobi2
- Linkedin: bruna-gobi
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project! Feel free to check the issues page.
- Project requested by Microverse Program.
This project is MIT licensed.