This is a frontend web application, developed using React and Redux which lists a catalogue of financial values using Stock API.
The application features
- Display the Most Active Stocks
- Display the Most Gaining Stocks
- Display the Most Losing Stocks
- Open individual stock item and shows further details
- Search for a particular stock item or Stock items, example 'AAPL'
- React
- Redux
- Bootstrap 4
- Font awesome 5
To get a local copy up and running follow these simple steps.
In order to run Stockr locally, you will require the following:
- Nodejs and npm
- An API key for consuming the Financial Modelling Prep API data
- You are ready to go!
- Open the Terminal
- Run
git clone https://github.com/belsman/React-Capstone.git
or, for SSH:
git clone [email protected]:belsman/React-Capstone.git
- Run
cd React-Capstone
to enter the main directory - Run
npm install
- Configure the API KEY
- Sign up to get an API
- Navigate to the dashboard to copy the API
- Create
.env
file in the current directory, open it and addREACT_APP_API_KEY=YOUR_API_KEY_HERE
- Run
npm start
to launch Stockr - Happy viewing!
- Open the Terminal
- Run
cd React-Capstone
to enter the root directory of the project - Run
npm test
👤 Bello Babakolo
- Github: @belsman
- Twitter: @d_belsman
- Linkdin: Bello Babakolo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!