Skip to content

Babunshil/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.