A beautiful and interactive calculator built with HTML, CSS (Bootstrap), and JavaScript. This calculator comes with a sleek design and user-friendly interface, making it both functional and visually appealing. It also features a watermark at the bottom with a link to "Azeembk.com".
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Clean and modern design with Bootstrap.
- Responsive layout that works on both desktop and mobile devices.
- Watermark with "Created with ❤️ by Azeem Bk" at the bottom, linking to Azeembk.com.
- Easy to use and intuitive interface.
You can see the live demo of the project here: Live Demo Link
- HTML: The structure and content of the calculator.
- CSS: For styling the page and calculator layout (using Bootstrap for responsive design).
- JavaScript: To add functionality to the calculator (evaluation of expressions, clear function, etc.).
- Bootstrap: For the responsive grid and styling of buttons and layout.
To use this project on your local machine:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/stylish-calculator.git
-
Navigate into the project directory:
cd stylish-calculator
-
Open the
index.html
file in your browser:open index.html
Or simply double-click the
index.html
file to open it in your browser.
-
The calculator supports basic arithmetic operations:
- Addition (
+
) - Subtraction (
-
) - Multiplication (
*
) - Division (
/
) - Decimal points (
.
)
- Addition (
-
To use the calculator:
- Click on the buttons to enter numbers and operators.
- Click the C button to clear the input.
- Press = to calculate the result.
We welcome contributions to this project! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Make your changes and commit them (
git commit -am 'Add feature'
). - Push to the branch (
git push origin feature-name
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Bootstrap for providing an easy and responsive grid system and styling.
- JavaScript for handling the logic behind the calculator operations.
- Azeem Bk for the inspiration behind the project and the watermark.
If you have any questions or suggestions, feel free to contact me at:
- Azeem Bk
- Email: [email protected]
- You can easily customize the colors, fonts, and layout by modifying the CSS in the
<style>
section of theindex.html
file. - You can also add more functionality or features to the calculator by enhancing the JavaScript logic.
- This is a simple static project that does not require any backend or database.
- It's designed for educational purposes and can be extended to include more advanced features like scientific calculations or currency conversions.
stylish-calculator/
├── index.html # The main HTML file
├── README.md # This README file
├── LICENSE # The project license (MIT)
└── assets/ # Optional folder for additional assets (e.g., images)
└── screenshot.png
This README.md
file covers everything a user or contributor needs to know about the Stylish Calculator project. It also encourages others to contribute and provides clear installation instructions. Just replace any placeholders (like your-username
and the Live Demo Link
) with the actual content once you publish your repository.