This is a simple React.js calculator, marking my first project using the framework. It's designed to perform basic arithmetic operations and provides a simple interface for calculations.
- Basic arithmetic operations: addition, subtraction, multiplication, division, and exponents
- Parentheses support
- Clean, simple, and intuitive design
- Basic keyboard support
Before you begin, ensure you have the latest version of Node.js and npm installed on your system.
- Clone the project using Git:
git clone https://github.com/archangeljtw/calculator.git
-
Open your terminal in the project directory
-
Install the necessary dependencies:
npm install
- Start the development server:
npm start
The application should now be running and accessible at http://localhost:3000
.