Calci-Wine is a sleek and user-friendly web-based calculator application designed to perform basic arithmetic operations. The calculator is built using HTML, CSS, and JavaScript, and is hosted on Vercel. This mini project serves as a demonstration of the project for the skill lab assignment by TCE.
Experience the calculator live here.
- Responsive Design: Adapts seamlessly across devices, whether on a desktop or a mobile browser.
- Basic Arithmetic Operations: Supports addition, subtraction, multiplication, and division.
- Clear & Reset Functions: Includes functionality to clear the last entry or reset the entire calculation.
- Interactive Interface: Simple, clean, and easy-to-use interface.
- Keyboard Support: Allows input through keyboard for a faster experience.
- HTML: Provides the structure of the calculator.
- CSS: Handles the styling and responsive layout.
- JavaScript: Implements the calculator’s functionality.
- index.html: The main HTML file that contains the structure of the calculator.
- styles.css: The CSS file that styles the calculator and makes it responsive.
- script.js: The JavaScript file that controls the calculator's operations and interactions.
To run this project locally, you will need:
- A web browser (Chrome, Firefox, Safari, etc.)
- A text editor (VS Code, Sublime Text, etc.) if you wish to edit the code
- Clone the repository to your local machine:
git clone https://github.com/your-username/calci-wine.git
- Navigate to the project directory:
cd calci-wine
- Open index.html in your web browser to view the website
Click on the buttons to input numbers and operators. Use the = button to get the result. The clear button deletes the last input, and the reset button clears the entire display.
This project is licensed under the MIT License. See the LICENSE file for more information.
Deployed using Vercel. Thanks to all contributors and users for their support.