Metrics web app

This is a mobile web application to check a list of metrics (numeric values) and is built using React and Redux. Data is fetched from the TheDogApi, displayed and, filtered on two pages. The web app has a home page and a details page.

Home page:

Screenshot 2021-12-23 at 11 41 53

Details page:

Screenshot 2021-12-23 at 11 39 42

Built With

  • React.js
  • Redux
  • JavaScript
  • CSS3
  • TheDogApi

Live Demo

Live Demo Link

Video

Video Link

Getting Started

To clone this project
Run command: $git clone repo
or press the green Code button in the upper right corner and choose to download from the Download ZIP link.

Prerequisites

  • Code editor (VS Code)

Setup

  • to create a React application is using Create React App (CRA) and following the instructions in this guide

npx create-react-app bookstore-react
cd bookstore-react
npm start
  • Add React Redux
npm install react-redux

How to run the test

Clone the project: https://github.com/hamid-murambiwa/React-Capstone.git
Skip if you have Node installed. Otherwise, download nodejs install it on your system
Install the node modules: npm install
Run the app: npm test or yarn test

Author

? Hamid Murambiwa

? Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgement

Show your support

Give a ⭐️ if you like this project!

? License

This project is MIT licensed.

GitHub

View Github