Skip to content

Alok-2002/Calculator_Wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator_Wizard

image

A simple calculator project made using HTML, CSS, and JavaScript.

Live Demo

Check out the live demo Calculator Wizard.

Description

The Calculator_Wizard is a web-based calculator that allows users to perform basic arithmetic operations in their web browser. It was created using HTML for the structure, CSS for the styling, and JavaScript for the interactive functionalities.

Features

  • Addition, subtraction, multiplication, and division operations.
  • Clear button to reset the calculator.
  • Keyboard support for number input and basic operators.

Usage

  1. Open the Live demo link in your web browser.
  2. Use the mouse to click on the buttons to input numbers and perform calculations.
  3. Alternatively, you can use your keyboard to input numbers and operators for calculations.

Local Development

If you want to run the project locally and explore or make changes, follow these steps:

  1. Clone the repository:
git clone https://github.com/alok-2002/Calculator_Wizard.git
  1. Navigate to the project directory:
cd Calculator_Wizard
  1. Open the index.html file in your preferred web browser.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Deployment

The project is deployed using Vercel. Vercel is a cloud platform for static sites and serverless functions that makes it easy to deploy and manage your applications.

License

This project is licensed under the MIT License.

Acknowledgments

  • This project was inspired by my love for web development and desire to create a useful tool for calculations.
  • Special thanks to Vercel for providing an platform for deploying web projects.