CodSoft Virtual Internship - Web Development Welcome to the repository for my CodSoft virtual internship in web development! This internship provides an excellent opportunity to enhance my skills and gain practical experience in creating web applications.
Overview Task 2: Calculator For my second task, I developed a simple yet functional calculator using HTML, CSS, and JavaScript. This project helped me understand the basics of front-end development and how to integrate different web technologies to create an interactive user experience.
Features Addition, Subtraction, Multiplication, and Division: Basic arithmetic operations are implemented. Responsive Design: The calculator is designed to be responsive and works well on various devices. Clear Function: A clear button to reset the calculator and start fresh. Technologies Used HTML: For structuring the content. CSS: For styling the application. JavaScript: For implementing the calculator's functionality. Getting Started To run the calculator locally, follow these steps:
Clone the repository: bash Copy code git clone https://github.com/your-username/repo-name.git Navigate to the project directory: bash Copy code cd repo-name Open index.html in your web browser.
Acknowledgements CodSoft for providing this learning opportunity.