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.
- React.js
- Redux
- JavaScript
- CSS3
- TheDogApi
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
- Code editor (VS Code)
- 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
- Add React Router React Router
- 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
👤 Hamid Murambiwa
- GitHub: @hamid-murambiwa
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- AngelList: AngelList Profile
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project built in Microverse's Fourth Module's Capstone.
This project is MIT licensed.

