Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.27 KB

README.md

File metadata and controls

69 lines (42 loc) · 2.27 KB

Calci-Wine

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.

Live Demo

Experience the calculator live here.

Features

  • 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.

Technologies Used

  • HTML: Provides the structure of the calculator.
  • CSS: Handles the styling and responsive layout.
  • JavaScript: Implements the calculator’s functionality.

Project Structure

  • 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.

Getting Started

Prerequisites

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

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/your-username/calci-wine.git
    
  2. Navigate to the project directory:
    cd calci-wine
    
  3. Open index.html in your web browser to view the website

Usage

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.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

Deployed using Vercel. Thanks to all contributors and users for their support.

Feel free to customize this README file to include any additional information specific to your project