This repo is intended for the Web Development internship offered by Codsoft
In this task, a landing page for a coffee shop was built using HTML and CSS.
- Files:
index.html
,style.css
- Images:
Home-image.jpg
and other image files
- Description: The landing page features sections like home, about, menu, and contact, designed to offer a delightful user experience for potential customers interested in the coffee shop.
The second task involved creating a personal portfolio website using HTML and CSS.
- Files:
index.html
,style.css
- Images:
home-img.png
and other image files
- Description: The portfolio website presents an overview of skills, experiences, and projects, providing a professional platform to display one's work and achievements.
The final task involved creating a basic calculator using HTML, CSS, and JavaScript.
- Files:
index.html
,style.css
,style.js
- Description: The basic calculator is a simple web-based application that performs arithmetic operations. It allows users to add, subtract, multiply, and divide numbers.
To view and interact with each task, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/advithialva/CODSOFT.git
-
Navigate to the specific task folder you want to view, whether it's Task 1, Task 2, or Task 3.
-
Open the
index.html
file in your web browser to explore the web page. -
For Task 3 (Basic Calculator), you can perform calculations by interacting with the provided buttons.