Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.1 KB

File metadata and controls

37 lines (27 loc) · 1.1 KB

Welcome to the Macro Calculator!

This is the Front end portion of Macro Calculator

The depolyed Application can be found here

https://macro-calculator.now.sh/

Instructions for local Hosting:

  • 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.

Package Management

We used yarn, if you would like to host this application, please use yarn as well.

Here is a list of the dependencies we used, and their version numbers

  • "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"