This project is a simple calculator developed using Tailwind CSS for styling and JavaScript for the logic. The application allows users to perform basic operations such as addition, subtraction, multiplication, and division.
- Responsive and modern user interface with Tailwind CSS
- Basic mathematical operations
- Dynamic display of results
- Support for chained operations
- HTML: Structure of the page
- CSS: Styling with Tailwind CSS
- JavaScript: Logic of the calculator
-
Clone the repository:
git clone https://github.com/judempoyo/JumpCalculator
-
Navigate to the project folder:
cd calculator
-
Open the
index.html
file in your browser.
- Enter numbers and operators in the calculator.
- Click the "=" button to display the result.
- Use the "C" button to clear the display.
Contributions are welcome! If you’d like to improve this project, feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.