This repository contains the tasks completed as part of my internship with Codsoft. The tasks include creating a Landing Page, a Portfolio, and a Calculator. Each task is organized into its own directory.
The Landing Page project involves designing and developing a responsive landing page. The objective is to create an attractive and functional interface that effectively communicates the purpose of the website or service.
- Responsive design
- Attractive layout
index.html: The main HTML file for the landing page.styles.css: The CSS file for styling the landing page.
The Portfolio project involves creating a personal portfolio website. The purpose is to showcase personal projects, skills, and experiences in a professional manner.
- Project showcase
- About Me section
- Contact form
index.html: The main HTML file for the portfolio.styles.css: The CSS file for styling the portfolio.
The Calculator project involves developing a simple, functional calculator using HTML, CSS, and JavaScript. The goal is to create an intuitive and user-friendly interface for performing basic arithmetic operations.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear button to reset the calculator
- Responsive design for various devices
index.html: The main HTML file for the calculator.styles.css: The CSS file for styling the calculator.script.js: The JavaScript file for adding functionality to the calculator.