An open API service indexing awesome lists of open source software.

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.

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.