/Stock_Metrics

"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.

Primary LanguageJavaScript

Stock Metrics

This project was bootstrapped with Create React App.

stocks-metrics

Description

"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:

  • React
  • Redux
  • JavaScript
  • HTML
  • Sass
  • Boostrap

Getting Started

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.

  1. git clone https://github.com/tresorsawasawa/Stock_Metrics
  2. cd Stock_Metrics
  3. npm install This will download all the dependancies of the project.
  4. npm start The page will open at http://localhost:3000 in your browser.

Builds the app for production

npm run build

It correctly bundles React in production mode and optimizes the build for the best performance.

Test

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 or npm test

Authors

👤 Trésor Sawasawa

🤝 Contributing

Feel free to check the issues page

Show your support

Give a ⭐ if you like this project!

Acknowledgments

  • Thanks to everyone who will get time to check this code especially to code reviewers.

📝 License

This project is MIT licensed.