This is the Front end portion of Macro Calculator
https://macro-calculator.now.sh/
- Create a forked copy of this project.
- Click Clone and copy the link provided.
- Open your terminal
- Clone your version of Repo by typing with the link you copied
- cd into the client directory using
- RUN yarn install to retrieve the client-side dependencies.
- RUN yarn start to local host the React application.
We used yarn, if you would like to host this application, please use yarn as well.
- "axios": "^0.19.0",
- "react": "^16.12.0",
- "react-dom": "^16.12.0",
- "react-redux": "^7.1.3",
- "react-router-dom": "^5.1.2",
- "react-scripts": "3.2.0",
- "redux": "^4.0.4",
- "redux-logger": "^3.0.6",
- "redux-persist": "^6.0.0",
- "redux-thunk": "^2.3.0",
- "reselect": "^4.0.0",
- "styled-components": "^4.4.1"