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:
Details page:
Built With
- React.js
- Redux
- JavaScript
- CSS3
- TheDogApi
Live Demo
Video
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
- Add React Router React Router
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
- GitHub: @hamid-murambiwa
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- AngelList: AngelList Profile
? 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.