Internship Reference
Internship Reference
FRONT-END DEVELOPMENT
INTERNSHIP
A Internship Report Submitted at the end of seventh semester
BACHELOR OF TECHNOLOGY
IN
COMPUTER SCIENCE AND ENGINEERING
Submitted By
CHINMAYI THIRUMALA
(20981A0535)
2023-2024
CERTIFICATE
This is to certify that this project entitled “Front-End development” done by “CHINMAYI
THRIUMALA (20981A0535)” is a student of B.Tech in the Department of Computer Science and Engineering,
Raghu Engineering College, during the period 2020-2024, in partial fulfillment for the award of the Degree of
Bachelor of Technology in Computer Science and Engineering to the Jawaharlal Nehru Technological University,
Gurajada Vizianagaram is a record of bonafide work carried out under my guidance and supervision.
The results embodied in this internship report have not been submitted to any other University or Institute
forthe award of any Degree.
EXTERNAL EXAMINER
i
DISSERTATION APPROVAL SHEET
This is to certify that the dissertation titled
PORTFOLIO WEBSITE
BY
CHINMAYI THIRUMALA (20981A0535)
PROJECT GUIDE
Designation
Internal Examiner
External Examiner
HOD
Date:
ii
DECLARATION
This is to certify that this internship titled “Front-End development” is bonafied work
done by my me, impartial fulfillment of the requirements for the award of the degree B.Tech and
submitted to the Department of Computer Science and Engineering, Raghu Engineering
College, Dakamarri.
I also declare that this internship is a result of my own effort and that has not been copied
from anyone and I have taken only citations from the sources which are mentioned in the
references.
This work was not submitted earlier at any other University or Institute for the reward of
any degree.
Date:
Place:
CHINMAYI THIRUMALA
(20981A0535)
iii
CERTIFICATE
iv
ACKNOWLEDGEMENT
I take this opportunity with great pleasure to put on record our ineffable personal
indebtedness to Mr. Raghu Kalidindi, Chairman of Raghu Engineering College for providing
necessary departmental facilities.
I would like to thank the Principal Dr. CH. Srinivasu of “Raghu Engineering College”,
for providing the requisite facilities to carry out projects on campus. Your expertise in the subject
matter and dedication towards our project have been a source of inspiration for all of us.
I sincerely express our deep sense of gratitude to Dr.R.Sivaranjani, Professor, Head of
Department Department of Computer Science and Engineering, Raghu Engineering College, for
her perspicacity, wisdom and sagacity coupled with compassion and patience. It is my great
pleasure to submit this work under her wing. I thank for guiding us for the successful completion
of this project work.
I would like to thank Mr. Channabasava Yadav, IBM Edunet Foundation for
providing the technical guidance to carry out module assigned. Your expertise in the subject
matter and dedication towards our project have been a source of inspiration for all of us.
I extend my deep hearted thanks to all faculty members of the Computer Science
department for their value based imparting of theory and practical subjects, which were used in
the project.
I thank the non-teaching staff of the Department of Computer Science and Engineering,
Raghu Engineering College, for their inexpressible support.
Regards
CHINMAYI THIRUMALA
(20981A0535)
v
TABLE OF CONTENTS
1. INTRODUCTION 7
2. PROBLEM STATEMENT 8
3. SYSTEM REQUIREMENTS 9
4. SYSTEM DESIGN 10
5. IMPLEMENTATION 11
6. RESULTS 13
7. TESTING 16
8. CONCLUSIONS 19
vi
INTRODUCTION
A portfolio website is a crucial tool for showcasing one's skills, achievements, and projects.
It serves as a digital representation of an individual or business and plays a significant role in
personal branding and professional networking. This literature review aims to explore key
aspects of portfolio website development and design, responsive design, accessibility, and
best practices. Developing an effective portfolio website requires a deep understanding of user
experience, responsive design, accessibility, and best practices in web development. Research
in these areas provides valuable insights into creating a website that not only showcases one's
work effectively but also ensures a positive user experience. As the digital landscape evolves,
staying up-to-date with the latest research and best practices is crucial for designing and
maintaining a successful portfolio website.
vii
PROBLEM STATEMENT
This project aims to address these challenges by creating a platform that enables
developers to effectively market their skills present their portfolios and enhance
their opportunities for career advancement or freelance engagements.
8
SYSTEM REQUIREMENTS
Software Requirements:
1. Text Editor: A text editor to create, change, edit, open, and view HTML, CSS, and
2. Web Browser: A web browser to test your pages for appearance and function (Brave
Browser)
3. Host: A static web hosting service that takes HTML, CSS, and Javascript files, runs
the files through a build process, and publishes a website (GitHub Pages)
Hardware Requirements:
2. RAM : 8 Gigabytes
9
SYSTEM DESIGN
The admin’s portfolio consists of a home, about, certifications, skills, and contact sections.
The user can interact and view the home, about, certifications, skills, and contact sections.
10
IMPLEMENTATION
Step 1: Create a basic structure of the webpage using HTML
Step 2: Add styling to the webpage using CSS
Step 3: Create a GitHub repository and store the HTML and CSS files
Step 4: Host the website using GitHub Pages
11
The following are the contents of the portfolio website:
Navigation Bar:
The Navigation Bar consists of 5 sections:
Home, About, Certifications, Portfolio, and Contact, using which the user can navigate to
different sections of the website seamlessly without the need to scroll through each section
individually.
12
RESULTS
13
14
15
TESTING
Unit Testing:
16
17
Functional Testing:
Performance Testing:
Site speed: To verify the average load time for desktops and mobile sites and the speed for return
visitors.
Compatibility: To test if the website performs across multiple browsers, platforms, and devices
Images: To verify if the images load correctly on every device and browser
18
CONCLUSION
19