This project was bootstrapped with Create React App.
"Stock Metrics" is a website that allows users to track list of all traded and non-traded stocks within the Financial Modeling Prep API. Symbol, name, price are all included for each company on the list.
This project is built with:
To get the content of this project locally you need to run these commands in your terminal. Before starting the steps below, be sure you have Git and Node.js installed in your computer.
git clone https://github.com/tresorsawasawa/Stock_Metrics
cd Stock_Metrics
npm install
This will download all the dependancies of the project.npm start
The page will open at http://localhost:3000 in your browser.
npm run build
It correctly bundles React in production mode and optimizes the build for the best performance.
For tracking linter errors locally you need to follow these steps:
-
After cloning the project make sure you have run this command
npm install
command -
For tracking the linter errors in HTML file run:
npx hint .
-
For tracking the linter errors in CSS file run:
npx stylelint "\*_/_.{css,scss}"
-
For tracking the linter errors in JavaScript file run:
npx eslint .
-
And For running some unit tests:
npm run test
ornpm test
👤 Trésor Sawasawa
- GitHub: @tresorsawasawa
- Twitter: @tresorsawasawa
- LinkedIn: Trésor Sawasawa
Feel free to check the issues page
Give a ⭐ if you like this project!
- Thanks to everyone who will get time to check this code especially to code reviewers.
This project is MIT licensed.