A simple calculator app built with HTML, CSS, JavaScript, Node.js, and Express.
- Perform basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear button to reset the calculator
- Responsive design for desktop and mobile devices
Check out the live demo of the Calculator App here.
- Clone the repository:
git clone https://github.com/your-username/calculator-app.git
- Navigate to the project directory:
cd calculator-app
- Install the dependencies:
npm install
- Start the server:
npm start
- Open your browser and go to:
http://localhost:3000
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue in this repository.