Vue Calculator ?

Screen Shot 2023-06-20 at 5 30 20 PM

This is a simple calculator app built with Vue.js + Bootstrap. The project was created as a learning exercise to practice Vue.js concepts.

Functionality ✨

The Vue Calculator app allows you to perform basic arithmetic calculations. It supports the following features:

  • Addition, subtraction, multiplication, and division operations ➕➖✖️➗
  • Clearing the calculator display ?
  • Percentage calculation ?
  • Evaluation of mathematical expressions ?

Please note that there may be some bugs in the calculator app as it was created for learning purposes.

How to Use ?

  1. Clone the repository:

    git clone https://github.com/RishabhSingh08/vue-calculator.git
  2. Navigate to the project directory:

    cd vue-calculator
  3. Install the dependencies:

    npm install
  4. Run the development server:

    npm run serve
  5. Open your browser and visit the provided URL to access the Vue Calculator.

Bugs and Issues ?

The Vue Calculator app is a learning project, and it may contain some bugs or issues. If you encounter any problems or have suggestions for improvements, feel free to open an issue in the GitHub repository.

License ?

This project is licensed under the MIT License.

GitHub

View Github