This is a React app for the javascript calculator project from the Front End Development Libraries Projects on freecodecamp.org
You can view this project on my GitHub pages: https://duncan-s-white.github.io/javascript-calculator/
This project bootstrapped with Create React App. It was my first time using the most current syntax for React in the form of functional components and React hooks.
Some dependencies used:
- fortawesome - for icons
- gh-pages - to build and deploy to GitHub pages
Clone the project to your machine. Then in the project directory, to install dependencies, run the command:
npm install
Then to run the app in development mode, run the command:
npm start
Open http://localhost:3000 to view it in your browser.