This React capstone project is about building a mobile web application to check a list of metrics (numeric values) that you will create making use of React and Redux.
We will select an API that provides numeric data about a topic that you like and then build the webapp around it. The webapp will have several pages:
- one page with a list of items that could be filtered by some parameters; This page should be your homepage.
- one page for the item details;
- React-Redux
- CSS3
- Github
- Gitflow
- Visual Studio Code
To clone this project :
- Run command:
git clone https://github.com/Somdotta07/react-redux-capstone
- Or press the green Code button in the upper right corner and choose to download from the Download ZIP link.
-
Add linters from linters-config
-
Set up a new project Create React App (CRA)
-
to create a React application is using Create React App (CRA) and following the instructions in this guide
npx create-react-app react-redux-capstone
cd react-redux-capstone
npm start
- Add React Redux
npm install react-redux
- Add React Router React Router
👩 Somdotta Sarkar
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.