Skip to content

roshan1520/calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calc

Calculator Project

A simple web-based calculator built with HTML, CSS (Bootstrap), and JavaScript.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division
  • Clear, delete, and reset functionalities
  • Simple and responsive design with Bootstrap styling

Getting Started

Follow these instructions to set up the calculator project locally.

Prerequisites

Ensure you have Git installed. Download Git.

Cloning the Repository

  1. Clone the repository by running the following command:

    git clone https://github.com/roshan1520/calc.git
  2. Navigate to the project directory:

    cd calc
    
    
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages