Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1 KB

README.md

File metadata and controls

32 lines (18 loc) · 1 KB

Calculator App

Screenshot 2023-05-15 154652

A simple calculator app built with HTML, CSS, JavaScript, Node.js, and Express.

Features

  • Perform basic arithmetic operations (addition, subtraction, multiplication, division)
  • Clear button to reset the calculator
  • Responsive design for desktop and mobile devices

Demo

Check out the live demo of the Calculator App here.

Installation

  1. Clone the repository: git clone https://github.com/your-username/calculator-app.git
  2. Navigate to the project directory: cd calculator-app
  3. Install the dependencies: npm install

Usage

  1. Start the server: npm start
  2. Open your browser and go to: http://localhost:3000

Contributing

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.