Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.94 KB

README.md

File metadata and controls

52 lines (33 loc) · 2.94 KB

CodSoft Internship: Web Development

🌐 Appreciating the insightful challenges and collaborative working experience at CodSoft Web Development, where each task posed intriguing questions and fueled a dynamic exchange of ideas. Gratitude to the CodSoft team for providing a stimulating environment that encourages problem-solving and pushes the boundaries of creativity.💻🚀

Level 1 => Task 1 : Landing Page

A landing page is an ideal web development project for beginners. It requires basic knowledge of HTML and CSS. Through this project, I will learn to create columns, divide sections, arrange items, and add headers and footers. The most important aspect is unleashing my creativity to design an impressive page. Pay attention to alignments, padding, color palette, boxes, and other elements. Be mindful of CSS to avoid overlapping elements. In short, a landing page project allows you to apply HTML and CSS skills, encouraging my creativity while ensuring a visually appealing and user-friendly design.

Screenshots

Screenshot 2024-01-11 0101061

Level 1 => Task 2 : Portfolio

Creating a personal portfolio using CSS and HTML is a popular beginner web development project.

Header Section: Add your name or a logo at the top. Optionally, include a brief introduction or tagline. About Section: Insert an image of yourself. Write a short bio highlighting your skills and experience.

Skills Section: List your key skills or areas of expertise.

Projects Section: Showcase samples of your work or projects. Include project titles, descriptions, and images.

Resume Section: Provide a link to download your resume in PDF format.

Contact Section: Include your contact information, such as email address and phone number.

Footer: Add a copyright notice and any additional links or information.

Screenshots

Screenshot 2024-01-11 011320

Level 1 => Task 3 : Calculator

To create a basic calculator using CSS, HTML, and JavaScript, I will need to implement an interactive interface with buttons for addition, subtraction, multiplication, and division operations. The calculator should have a display screen to show user input and results. Utilize CSS grid system for button alignments. Use event listeners, if-else statements, operators, and loops to handle user input and perform calculations. This project requires some skill but can be done with basic knowledge of these technologies.

Screenshots

Screenshot 2024-01-11 011621