This repository contains a beginner-level Calculator website developed during an internship at Oasis Infobyte. The project aims to provide users with a basic yet functional calculator interface for performing arithmetic calculations.
index.html
: Main HTML file outlining the structure and content of the calculator website.script.js
: JavaScript file containing the logic and functionalities of the calculator.style.css
: Cascading Style Sheets (CSS) file responsible for styling the website's elements and layout.utils.css
: Additional CSS file providing utility classes for styling and layout adjustments.
The Calculator Website offers the following features:
- Arithmetic Operations: Allows users to perform addition, subtraction, multiplication, and division.
- User Interface: Provides a simple and user-friendly interface with buttons for numeric input and operations.
- File Structure: Organized file setup with separate HTML, JavaScript, and CSS files for ease of development and maintenance.
- HTML Structure: The
index.html
file defines the calculator's structure, including buttons and display. - JavaScript Logic: The
script.js
file contains the logic and functions to execute arithmetic calculations based on user inputs. - Styling Elements: Both
style.css
andutils.css
files handle the styling and layout adjustments to ensure a visually appealing and functional calculator interface.
- Clone this repository to your local machine:
https://github.com/MTank76/oibsip_taskno.4.git
- Open the
index.html
file in your preferred web browser to access the Calculator Website.
Contributions are welcome! If you'd like to contribute to this project, feel free to open issues for suggestions or submit pull requests with proposed enhancements.