Ananthword
Ananthword
Ananthword
A report submitted in partial fulfilment of the requirements for the Award of Degree of
BACHELOR OF ENGINEERING
in
M.ANANTHA MAHADEVAN
Reg no: 911521104003
Under Supervision of
MS. MONISHA
(Duration:05.07.2024 to 05.08.2024)
KILAKARAI (RAMANATHAPURAM
DISTRICT),TAMILNADU
(2021 – 2025)
EHWRJH
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
MOHAMED SATHAK ENGINEERING COLLEGE
(An Autonomous Institution)
CERTIFICATE
\
\
ACKNOWLEDGEMENT
We thank God Almighty for giving us an opportunity to study in this prestigious
institution Mohamed Sathak Engineering College which provided us tremendous facilities and
support.
We are highly indebted to Our Chairman Alhaj S.M.Mohamed Yousuf, Mohamed
Sathak Trust Chennai, whose complete inspiration and motivation helped us throughout the
course of this project.
We undergo much tribute to express our sincere gratefulness to our Principal Dr. V.Nirmal
Kannan M.E.,Ph.D Mohamed Sathak Engineering College, Kilakarai, for making the resources
available at right time and providing valuable insights leading to the successful completion of
this project.
We take this opportunity to express our profound gratitude and deep regards to Our Head
of the Department Dr.T.Sheik Yousuf M.E(CSE)., M.Tech(IT)., Ph.D., Department of
Computer Science and Engineering for his exemplary guidance, monitoring and constant
encouragement throughout the course of this project.
We also extend our gratitude to the Internship Coordinators Mr.S.Faizal Mukthar
Hussain M.Tech.,(Ph.D) and Ms.S.Shantinidevi M.E.,(Ph.D) Department of Computer
Science and Engineering for their critical advice and guidance without which this project would
not have been possible.
We are sincerely grateful to our (MS. MONISHA Senior Web Developer ,Web
Development, Brainary Spot Technology ,Coimbatore) for sharing his truthful and
illuminating views on a number of issues related to this project.
We also thank all other Faculty members and Supporting Staff of Department of Computer
Science and Engineering for their support and encouragement.
We wish to express a sense of gratitude to our friends and our beloved parents for their
manual support, strength and help and for everything.
We take this opportunity to express our gratitude to the people who have been instrumental
for successful completion of this project.
M Anantha Mahadevan
Reg No;9111521104003
OFFER LETTER
INTERNSHIP CERTIFICATE
SUMMARY
INCHARGE Ms.monisha
1. Dhinesh kumar R
STUDENTDETAILS
2. Sanjeevi raman T
3. Anantha Mahadevan M
1.Introduction
2.Objective of the Internship
3. Profileof the organization
4.Week-by-Week Progress
Week 1: Introduction to Front-End
Development
Week 2: HTML & CSS Fundamentals
Week 3: JavaScript Basics
Week 4: creating a application
Week 5: Final Project & Integration
5.Skills Acquired
6.Challenges Faced
7.Conclusion
1. Introduction
Tasks Completed:
Semantic HTML: Created web pages using semantic HTML
elements like <header>, <footer>, <article>, and <section>.
Responsive Design: Implemented responsive layouts using media
queries and CSS Grid/Flexbox, ensuring the design was mobile-
friendly.
CSS Frameworks: Gained hands-on experience with CSS
frameworks such as Bootstrap, which helped streamline the styling
process.
Accessibility: Learned about web accessibility guidelines
(WCAG) and implemented features like alt text for images and
ARIA landmarks for better screen reader compatibility.
Key Learnings:
The significance of semantic HTML in improving SEO and
accessibility.
Effective use of CSS Grid and Flexbox for creating complex,
responsive layouts.
Best practices for ensuring web accessibility and making content
available to all users.
Week 3: JavaScript Basics
The third week was dedicated to deepening my understanding of
JavaScript, the programming language that adds interactivity to web
pages. I learned how to manipulate the Document Object Model
(DOM), handle events, and create dynamic content.
Tasks Completed:
DOM Manipulation: Practiced selecting and modifying HTML
elements using JavaScript, including changing styles and content
dynamically.
Event Handling: Implemented various event listeners (e.g., click,
hover, submit) to respond to user actions, enhancing interactivity.
Form Validation: Created basic form validation scripts to ensure
that user inputs met specified criteria before submission.
JavaScript Debugging: Learned debugging techniques using
browser developer tools, including setting breakpoints and
inspecting variables.
Key Learnings:
The power of JavaScript in making web pages interactive and user-
friendly.
Understanding event-driven programming and how to effectively
handle user interactions.
Importance of validating user input to ensure data integrity.
Run a simple script program which gets input value from the user.
Week 4: create a application