A React-Redux stock metrics application. Get the best-performing stocks daily. See stocks prices, their changes, and the most useful information of each stock.
- JavaScript
- React
- Redux
- Jest
To get a local copy up and running follow these simple example steps.
A modern web browser (Chrome, Firefox, Safari, Microsoft Edge)
Clone the project by typing in your terminal git clone https://github.com/mike2611/metrics-webapp.git
.
Change directory cd
into the just created from the project.
Run npm install
.
Run npm start
.
Clone the project using git clone https://github.com/mike2611/metrics-webapp.git
.
Run npm run test
.
👤 Miguel Angel Puentes
- GitHub: @mike2611
- LinkedIn: Miguel Puentes Mata
Contributions, issues, and feature requests are welcome!
-
JavaScript and React best practices
-
API consumption
-
Redux-Thunk utilization
-
Mock testing for React components