0% found this document useful (0 votes)
18 views13 pages

Final Internship Report Ruhi

Uploaded by

devanksuryal01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views13 pages

Final Internship Report Ruhi

Uploaded by

devanksuryal01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Shri Govindram Seksaria Institute of Technology

&Science, Indore

INTERNSHIP PROJECT TITLE

A Internship Project Report Submitted to

Rajiv Gandhi Proudyogiki Vishwavidyalaya, Bhopal


Towards the Partial Fulfillment of the Requirements for awarding the
degree of
BACHELOR OF TECHNOLOGY
IN INFORMATION
TECHNOLOGY

Supervised by Submitted by

Prof. NEHA AGRAWAL RAJNI SURYAL


0801IT193D05
Prof. MANJEET SONI
ACKNOWLEDGEMENT

The successful completion of this internship report the beginning of an ever - going
learning experience of converting ideas and concepts into real life, practical system.
This project was a quite a learning experience for me at each and every step. At the
same time it has given me confidence to work in professional setup. I feel the
experience gained during the internship will lead me to gain the bright prospect in
the future. First of all I would like to give thanks to Head, Education and Training,
Mr. ACHINTYA GAUTAM, for giving me the opportunity to work in this esteemed
organization, which not only has increased our awareness about latest fields but also
taught me the importance of team building. With the deep sense of gratitude, I
express my sincere thanks for her active support and continuous guidance without
which it would have been difficult for me to complete this project. I will also like to
the other working staff teachers at TWO WAITS for taking keen interest in my
project and giving valuable suggestions and helping me directly or indirectly to
complete this project.
CONTENTS

1 Internship Details
A. Internship at twowaits technologies pvt. Ltd

2.Course Details
B. web development…………………………………..
C Internship skils………………………………….
INTRODUCTION

I have done internship on “WEB-DEVELOPMENT” in Twowaits technologies pvt. Ltd Company . And that is
unpaid internship that has 3 month internship is “WEB-DEVELOPMENT”. Internship is the process working
as an gain practicle experience and skills in an accupation . internship is a good apportunity for student to
learn to gain experience and also to make preparation . men learn through experience . and a real life is full
of different kinds of experiences During internship I have study topics namely HTML, CSS, JAVASCRIPT,
BOOTSTRAP, jQuery, AJAX During from basic with implementation.

.
Internship Details - TECHNOLOGIES LEARNT

Company Name: Twowaits Technologies Pvt Ltd

Stipend: unpaid
Training plan:
 Week 1 and week 2: (Basics of Html and Css)Objective of html
• Basic Components of HTML : Tags & Attributes, Inline & Block Elements.
• Tables, iFrames, Meta tags.
• Form and Form elements.

• Create a form using HTMLObjective of css:

• Basic components of CSS.

• Selectors : Classes & Ids, Borders, Margins.

• Creating Lists, Layouts and Box Model, float, overflow.

• Improving design of above form using CSS.

 Week 3: (Bootstrap)Objective :
• Basic components of Bootstrap.
• Containers, Grid Layout, Dropdown, Collapse, Carousel.
• Creating above form using Bootstrap.

 Week 4 and week 5 : (portfolio)

 Week 5: ( JavaScript basics)Objective :


• Basics of JavaScript, How it Works.
• Creating functions and DOM Manipulation. Practice by adding validation to
above created form.

JavaScript Display Possibilities: JavaScript can "display" data in different ways:


 Writing into an HTML element, using innerHTML.
 Writing into the HTML output using document.write().
 Writing into an alert box, using window.alert(). Writing into the browser
console, using console.log().
 Using innerHTML:
To access an HTML element, JavaScript can use
the document.getElementById(id) method. The id
attribute defines the HTML element. The
innerHTML property defines the HTML content:
Example:
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<p>My First Paragraph</p>
<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = 5 + 6;
</script>
</body>
</html>
 Using document.write():
For testing purposes, it is convenient to use document.write():
Example:
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<p>My first paragraph.</p>
<script>
document.write(5 + 6);
</script>
</body> </html>

 Using window.alert():
You can use an alert box to display data:
Example:
<!DOCTYPE html>
<html>
<body>
<h1>My First Web Page</h1>
<p>My first paragraph.</p>
<script>
window.alert(5 + 6);
</script>
</body>
</html>]
You can skip the window keyword.
 Using console.log():
For debugging purposes, you can call the console.log() method in the browser to display
data.
Example:
<!DOCTYPE html>
<html>
<body> <script>
console.log(5 + 6);

 JavaScript Print:
JavaScript does not have any print object or print methods.
You cannot access output devices from JavaScript.
The only exception is that you can call the window.print() method in the browser to print the
content of the current window.
Example:
<!DOCTYPE html>
<html>
<body>
<button onclick="window.print()">Print this page</button>
</body>
</html

 Week 6: (Javascript projects)


 Week 7: (JQuery _Ajax)Objective :
• Understandting jQuery and learning its functionalities.
• Basics of AJAX. • Working with JSON and it's uses. Creating above functions of form using
jQuery.

jQuery Syntax:
The jQuery syntax is tailor-made for selecting HTML elements and performing some action on the
element(s).
Basic syntax is:
$(selector).action() A $ sign
to define/access jQuery
A (selector) to "query (or find)" HTML elements A
jQuery action() to be performed on the element(s)

Example:s:
$(this).hide() - hides the current element.
$("p").hide() - hides all <p> elements.
$(".test").hide() - hides all elements with class="test".
$("#test").hide() - hides the element with id="test"

AJAX?
AJAX = Asynchronous JavaScript And XML.
AJAX is not a programming
language. AJAX just uses
a combination of:
• A browser built-in XMLHttpRequest object (to request data from a web server)
• JavaScript and HTML DOM (to display or use the data
 Week 8 and 9: (covid tracker)
 Week 10, 11,12: ( SaasS Clone)
 Technologies are( HTML,CSS, JAVAScript, Bootstrap,jQuery, AJAX)
INTERNSHIP CERTIFICATE

Certificate ID : KSWDC_010303

CERTIFICATE OF COMPLETION
This certifies that

RAJNI SURYAL
has attended Tathastu KickStart Internship on
"Web Development" organised by TwoWaits Technologies
Pvt. Ltd.
between 15th Jan – 15 April 2022.

Achintya GaumaFounder & Chief Mentor, TwoWaits


COVID TRACKER- PROJECT SCREENSHORT

PORTFOLIO
CONCLUSION

During internship I have study topics namely HTML, CSS, JAVASCRIPT, BOOTSTRAP, jQuery,
AJAX During from basic with implementation. This internship has been an excellent and
rewarding experience. After complete my internship training. I had been exposed to an IT
technician and developing working life. Throughout my internship , I could understand more
about the definition of an IT technician and programmer and prepare myself to become a
responsible and prepare myself to become a responsible and innovative technical and
developer in future, along my training period ,I realized that observation is a main element
to find out the root cause of a problem. The activities that I had learned during internship
training really are useful for me in future to face challenges in a working environment.
Throughout the internship training, I found that several things are important.
REFERENCES
https://html.com

Https://Java script.com

Https://CSS reference

They also have many other references for thing such as JQuery, PHP, SQL

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy