A really simple and tiny calculator build with React and styled with Tailwind CSS
Link to hosted version: https://tiny-calculator.netlify.app/
Node v16.13.1
1- Open your terminal.
2- Change the current working directory to the location where you want the cloned directory.
3- Type the following command:
git clone https://github.com/ramonrodgal/calculator
1- Change the current working directory into the location you previously cloned the repository
cd calculator
2- Type the following command:
npm install
1- To run the app type the following command:
npm start
2- Open http://localhost:3000 to view the app in your browser