This repository contains the complete implementation of all 3 Web Development internship tasks for CodSoft (Duration: 10 August 2026 – 10 September 2026).
- Candidate Name: Sparsh Chaudhary
- Internship Track: Web Development (Virtual Internship)
- Internship ID:
BY26RY228799 - Institution: Graphic Era Hill University, Dehradun (B.Tech CSE)
- Organization: CodSoft (Regd. MSME | ISO:
TSNUK79053)
| Task # | Project Name | Technologies | Key Features |
|---|---|---|---|
| Task 01 | Personal Portfolio | HTML5, CSS3, JS, Glassmorphism | Developer bio, Interactive Skills Matrix, Projects showcase with detail modals, Certifications, Contact form. |
| Task 02 | SaaS Landing Page | HTML5, CSS Grid, Neon Dark | Hero section, Live code preview mockup, Interactive Feature Tabs, Billing Toggle (Monthly vs Annual), FAQ accordion. |
| Task 03 | Smart Calculator | HTML5, CSS Grid, JS Engine | Dual-line LED display, Basic & Scientific operations (x², √, 1/x, ±, π), History Drawer, Keyboard bindings. |
codsoft_tasks/
│
├── index.html # Master Internship Portal & Showcase Hub
├── Offer_Letter.pdf # Official CodSoft Offer Letter
├── Task_Document.pdf # Official CodSoft Web Development Task Guidelines
│
├── Task-1_Portfolio/
│ ├── index.html # Task 01: Personal Portfolio HTML
│ ├── style.css # Dark Glassmorphism CSS Architecture
│ └── script.js # Project Modals, Active Nav & Form Handler
│
├── Task-2_LandingPage/
│ ├── index.html # Task 02: Aether AI SaaS Landing Page HTML
│ ├── style.css # Cyber Dark Neon Styling
│ └── script.js # Feature Tabs, Pricing Toggle & Accordion
│
└── Task-3_Calculator/
├── index.html # Task 03: Glassmorphism Calculator HTML
├── style.css # Frosted Glass & Grid Layout
└── script.js # Math Evaluator, Scientific Functions & History Log
-
Clone the repository:
git clone https://github.com/Sparsh17092004/codsoft_tasks.git cd codsoft_tasks -
Start a local HTTP server:
python -m http.server 8080
-
Open in browser:
- Master Portal:
http://localhost:8080/ - Task 1 Portfolio:
http://localhost:8080/Task-1_Portfolio/index.html - Task 2 Landing Page:
http://localhost:8080/Task-2_LandingPage/index.html - Task 3 Calculator:
http://localhost:8080/Task-3_Calculator/index.html
- Master Portal:
Special thanks to CodSoft for this learning opportunity!
#codsoft #webdevelopment #internship #sparshchaudhary #frontend #javascript #css #html5