XCalculator

XCalculator is a sleek and user-friendly calculator web application designed for performing basic arithmetic operations. Built with modern web technologies, it provides an intuitive interface for quick and accurate calculations.

Table of Contents📚

Introduction🚀

XCalculator is a versatile tool that allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It features a clean and responsive design, making it accessible on both desktop and mobile devices.

Features🛠️

  • Perform basic arithmetic operations: addition, subtraction, multiplication, and division
  • Clear and responsive user interface
  • Supports both keyboard and mouse inputs
  • Responsive design for optimal use on different devices
  • User-friendly interface with intuitive controls

Screenshot📷

XCalculator

Getting Started🎯

Prerequisites📋

Before you begin, ensure you have the following installed on your system:

  • Node.js
  • npm (Node Package Manager)

Installation⚙️

  1. Clone the repository:
git clone https://github.com/BoddepallyVenkatesh06/XCalculator.git
cd xcalculator
  1. Install dependencies:
npm install

Usage📈

To start the development server, run:

npm start

This will start the application in development mode at http://localhost:3000.

To build the application for production, run:

npm run build

This will create a production-ready build in the build directory.

Contributing❤️

Contributions are welcome! If you'd like to contribute to XCalculator, please follow these steps:

  1. Fork the project.
  2. Create a new branch: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-name.
  5. Submit a pull request.

License📝

MIT License

Copyright (c) 2024 Venky Kumar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.