This is a demo project made by Dave Amison for the purpose of demonstrating the use of Maths and Functions in a react App.
This is a simple calculator app created with React. It allows you to perform basic mathematical operations such as addition, subtraction, multiplication, and division.
You can view a live demo of this project here: https://devclickuk.github.io/calculator
- React
- Clone this repository to your local machine.
git clone https://github.com/devclickuk/calculator
- Navigate to the project directory.
cd todos
- Install the project dependencies.
npm install
- Start the development server.
npm start
- Open http://localhost:3000 to view the app in your browser.
The key files and directories in this project include:
src/ - Contains the main source code for the React app & css files.
This project is licensed under the MIT License.