A calculator made with React ⚛ Styled with CSS using CSS Grid
See in action: https://mikmaj.github.io/fcc-react-calculator/
#1 Clone the repository on your local machine
git clone https://github.com/mikmaj/fcc-react-calculator.git
#2 Install depedencies
npm install
#3 Start a local development server
npm start