A simple web-based calculator built with HTML, CSS (Bootstrap), and JavaScript.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- Clear, delete, and reset functionalities
- Simple and responsive design with Bootstrap styling
Follow these instructions to set up the calculator project locally.
Ensure you have Git installed. Download Git.
-
Clone the repository by running the following command:
git clone https://github.com/roshan1520/calc.git
-
Navigate to the project directory:
cd calc
-
Install dependencies (if applicable, e.g., for Bootstrap or other packages):
npm install
Running the Calculator Since this is a front-end project, you can open the index.html file in your browser directly to view and use the calculator.
Alternatively, if you have a local server (like Live Server in VS Code), you can use it to serve the project:
# Using Live Server
npm start