https://github.com/swappy514/codsoft
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.
https://github.com/swappy514/codsoft
calculator codsoft codsoft-html-css-javascript css html javascript landing-page portfolio
Last synced: 17 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/swappy514/codsoft
- Owner: Swappy514
- Created: 2024-06-20T05:01:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T10:55:04.000Z (over 1 year ago)
- Last Synced: 2025-07-23T19:04:39.392Z (7 months ago)
- Topics: calculator, codsoft, codsoft-html-css-javascript, css, html, javascript, landing-page, portfolio
- Language: HTML
- Homepage:
- Size: 4.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodSoft Internship Tasks
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.
## Table of Contents
1. [Landing Page](#landing-page)
2. [Portfolio](#portfolio)
3. [Calculator](#calculator)
## Landing Page
### Description
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.
### Features
- Responsive design
- Attractive layout
### Files
- `index.html`: The main HTML file for the landing page.
- `styles.css`: The CSS file for styling the landing page.
## Portfolio
### Description
The Portfolio project involves creating a personal portfolio website. The purpose is to showcase personal projects, skills, and experiences in a professional manner.
### Features
- Project showcase
- About Me section
- Contact form
### Files
- `index.html`: The main HTML file for the portfolio.
- `styles.css`: The CSS file for styling the portfolio.
## Calculator
### Description
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.
### Features
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear button to reset the calculator
- Responsive design for various devices
### Files
- `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.