This is a simple calculator app built with HTML, CSS, and JavaScript. It allows users to perform basic arithmetic calculations.
- Calculator Interface: The app provides a user-friendly interface with a display for input and buttons for performing calculations.
- Button Hover Effects: Buttons have hover effects for improved user interaction.
- Dark Mode: Users can toggle between light mode and dark mode for different visual preferences.
- HTML: Provides the structure of the calculator interface.
- CSS: Styles the calculator app with colors, fonts, and dimensions.
- JavaScript: Implements the functionality of the calculator, handling user input and calculations.