A sleek and minimal calculator application built with Vite and React, designed to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. It features a clean and modern UI, responsive across devices.
🌐 Live Demo: https://calcyxi.netlify.app/
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- 🔄 Clear and Reset button for quick calculation resets
- 📱 Responsive Design: Optimized for both desktop and mobile
-
Clone the repository: git clone https://github.com/your-username/calculator-app.git
-
Navigate to the project directory: cd calcy
-
Install dependencies: npm install
-
Run the development server: npm run dev
-
Open the app in your browser at: http://localhost:3000
-
Or visit the live version here: https://calcyxi.netlify.app/
-
Use the calculator interface to:
- Enter numbers
- Perform basic arithmetic operations
- Clear and reset calculations when needed
- React: For building the user interface
- Vite: For fast builds and development server
- CSS/Flexbox: For a responsive and clean layout
Contributions are welcome! Whether it's reporting bugs, suggesting improvements, or submitting pull requests, your feedback and ideas help improve the project.
- Fork the repository
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature)
- Open a pull request
This project is licensed under the MIT License – see the LICENSE file for details.