Skip to content

hamid-murambiwa/Metrics-web-app

Repository files navigation

Metrics web app

This is a simple web application that checks a list of metrics (numeric values) and is built using React and Redux. Data is fetched from the TheDogApi and displayed on two pages, the data is filtered on each 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 get a local copy up and running please follow these steps:

  • Open the command prompt in this directory.

  • Clone of the Repo:

    $ git clone https://github.com/hamid-murambiwa/Blog-App.git
    
  • Go to the repository folder in your command prompt:

    $ cd Blog-App
    
  • Start the app:

    $ npm start
    

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

  • Skip if you have Node installed. Otherwise, download nodejs install it on your system
  • Install the node modules:
npm install
  • Run the tests:
npm test
  • or
yarn test

Author

👤 Hamid Murambiwa

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • This project built in Microverse's Fourth Module's Capstone.

📝 License

This project is MIT licensed.

About

This is a simple web application that checks a list of metrics (numeric values) and is built using React and Redux. Data is fetched from the TheDogApi and displayed on two pages, the data is filtered on each page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors