Sample Report
Sample Report
Chandkheda, Ahmedabad
Affiliated
A report submitted in partial fulfilment of the requirements for the Award of Degree of
BACHELOR OF ENGINEERING
in
COMPUTER ENGINEERING
by
Enrollment No : 220133107021
Under Supervision of
AKASH PADHIYAR
Software Developer
CERTIFICATE
Date :
ii
ACKNOWLEDGEMENT
I Would like to thank you MR. Akash padhiyar sir who gave to me oppratunity to work
with his company Akash technolabs also very gratful to Miss. devanshi ma`am who taught
us all the basics that we need and my dear friends who helped me to solved many problems.
I also very deeply thankful to GTU and my collage beacuse of their summer internship
program. I have learned many new things that help me in the future.
I am highly indebted to Principal Dr. Sweta Dave and Head of the Department Prof. Dhaval
I would like to thank Prof. Viral Patel , Internship coordinator for their support and
Last but not the least, I would like to express my gratitude towards staff members of
Computer Engineering Department, GEC Gandhinagar for their kind co-operation and
The summer internship program 2024 was designed by GTU, it was the first time is a
was designed by GTU announced 15-day internship in Akash Techno Labs like this, so I also
participated in the internship program was end after 2 weeks done my internship ina
Akash technolabs. This company developed a mobile and web-based application for Akash
a framework built in javascript language to create multiple type new things i created some
authentication functionality
Overall, I am very satisfied with the results of my internship. I was able to use my web
was able to see some differences in functioning that resulted from my efforts. Due to the
character of the internship and the short time period spent at Akash technolabs Solutions,
experience as an opportunity to provide Akash technolabs with the skills which I learned
CONTENT PAGE NO
Certificate i
Internship Completion Certificate ii
Acknowledgement iii
Abstract iv
Table of Contents v
List of Figures vii
CHAPTER 1: Introduction 01
1.1 Background 01
1.2 Purpose of Internship 02
1.3 Objective of Internship 02
CHAPTER 2: Company Overview 03
2.1 Company Profile 03
2.2 Vision and Mission 03
2.3 Services 04
CHAPTER 3: Roles and Responsibility During Internship 05
3.1 Weekly Overview of Internship Activities 05
3.2 Roles and Responsibility 06
CHAPTER 4: Technology 07
4.1 HTML 07
4.2 CSS 07
4.3 JavaScript 07
4.4 JS,blocks,comment,variabel,Data type 08
4.5 desicison control statments 08
4.6 JS popup boxes 10
4.7 introduction to React 13
CHAPTER 5: Internship precticals 14
5.1 program 14
1.1 Background
Internships are formal programs designed to provide practical experience in real world
environment to students who are new to field. Internships help to build competent resume
by giving students visible work experience Although colleges and universities assists
students in finding the right Internship programs, it is the responsibility of the would-be
interns to carefully examine internship programs and see if those programs actually offer the
training they need.
There is no standardized duration for how long an internship program lasts but typically an
internship is the period of two weeks to twelve months. During this period interns have the
opportunity to explore their field of interest, find out what future they are diving and whether
or not their skill sets match their path of career.
Internship program provides a distinct platform to interns to build a solid foundation to their
career, understand the workplace culture, gain vital work-related experience, develop
relevant skills and also presents the opportunity to find permanent employment in the host
company.
• Students can learn about the workplace culture and gain much needed work
experience.
• Student can finally experience practical implementation of things they have been
learning in the classroom.
• Good performance in the internship program can secure permanent employment with
the host company.
• Some internship programs are paid programs meaning students can earn money while
they get necessary exposure.
From the student perspective, internship assists with career development in different diverse
fields such as coding, programming, networking, marketing, etc. by providing vital work
experience that allows students to explore their area of interests and develop relevant skills
and competencies.
From the organization perspective, internship provides a unique opportunity to train fresh
talents, enhance their professional development as well as aid the professional growth of the
intern mentors/supervisor. Organization can also find potential employees within the interns.
• To help students potentially land permanent or contractual jobs from host company
Akash techno labs is a company to hold a reputed image among our contemporaries
we assure to best service to our client for all the work they are dependent on us . web
in Akash technolabs and a various type language lern to create multyple web applica
tion and a quality expiriance team with 11+ years expiriance multyple type course off
Vision
Akash tech. will be the first-choice solution partner in the technology sector IT and
Communication services to businesses throughout the region.
We will become an integral part of our client’s success, collaborating with them to achieve
their strategic objectives whilst creating long-lasting business value through the delivery and
management of their technology.
Our team of talented, experienced and motivated industry specialists will be recognized as
the best in their field. Our continued success will be driven by our people who will be part
of it.
Mission
• Digital Marketing
• web-site maintaince
• graphics design
• ERP software
• E-commerce devlopment
02/07/2024 Tuesday Fulfill the Spacific Task Work and some prectice code
07/07/2024 Monday java script block to using a basic webpage to create small
to create in web-design
08/07/2024 Tuesday JS block , JS key and her commands , variebles , datatype
in javascript.
09/07/2024 WednesdayBootstrap , introduction to framework to how to use in our
website and how to create some features in web-design.
10/06/2021 Thuesday Introduction in js and perform 3 method by
During my offline internship period developer explained some topics and after that developer
assigned tasks based on those topics and implementation.
Besides study of, different technologies, other major activities carried out during internship
was extensive study of current online platform, practical implementations and most
The regular discussion with mentors helped me to wide my horizon of knowledge.
During this internship I learned HTML, CSS, JavaScript, Jquery technologies and bootstrap
Framework with using off small codes .
• Write well designed, testable, efficient code by using best web development practices
4.1 HTML
HTML or Hyper Text Mark-up Language is the standard mark-up language for creating web
pages and other information that can be displayed in a web browser. HTML is written in the
form of HTML elements consisting of tags enclosed in angle brackets, within the web page
content. The purpose of a web browser is to read HTML documents and compose them into
visible or audible web pages. It provides a means to create structured documents by denoting
structural semantics for text such as headings, paragraphs, lists, links, tables and so on.
4.2 CSS
Cascading Style Sheets (CSS) is a style sheet language used for describing the look and
formatting of a document written in a mark-up language. CSS describes how HTML
elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work. It
can control the layout of multiple web pages all at once. CSS is designed primarily to enable
the separation of document content from document presentation, including elements such as
the layout, colors and fonts. This separation can improve content accessibility, provide more
flexibility and control in the specification of presentation characteristics, enable multiple
pages to share formatting and reduce complexity and repetition in the structural content.
4.3 JavaScript
Bootstrap is a free and open-source tool collection for creating responsive websites and web
applications. It is the most popular HTML, CSS, and JavaScript framework for developing
responsive, mobile-first websites.
(1)JS blocks - In javascript together use a platfrom group of statments. A block of defined her a
by a "{}". Blocks are a often a flow of a control of the statment and function with spacific
(2)JS comment - comment are used to a add a notes and explantion of a code. they are ignore
by javascript engine. they are 2 type commnet. (singel line or double line).
(3)JSvariebel - variebel to store a data value. in javascript variebel declarion function. this
(4)JS datatype - JavaScript supports various data types that can be divided into two main
1) if...stament - The if statement is the most basic form of decision control. It allows the
syntax -:
if (condition) {
// Code to execute if condition is true
}
2) if...else Statement - The if...else statement adds an alternative path. If the if condition
if (condition) {
// Code to execute if condition is true
} else {
// Code to execute if condition is false
}
(3) if...else if...else Statement -: The if...else if...else statement is used to test multiple
conditions. If the first condition is false, it checks the next one, and so on. If none of
syntax -:
if (condition1) {
// Code to execute if condition1 is true
} else if (condition2) {
// Code to execute if condition2 is true
} else {
// Code to execute if none of the conditions are true
}
(4) switch Statement -: The switch case satment is used to perfrom perfrom diffrant
syntax -:
switch (expression) {
case value1:
// Code to execute if expression === value1
break;
case value2:
// Code to execute if expression === value2
break;
default:
// Code to execute if no case matches
}
(5) Ternary Operator -: The ternary operator is a shorthand way of writing an if...else
statement. It takes three operands: a condition, a result for true, and a result for false.
1. Alert box,
3. Prompt box
We can get the value of the text input field using various methods in JavaScript. There is a text
value property that can set and return the value of the value attribute of a text field.
The text value property is used to set or return the value of a value attribute of the input field.
The value attribute specifies the initial value of the Input Text Field. It contains the default value
Syntax :
Code:
React is a popular JavaScript library used for building user interfaces, particularly single-
page applications where you need a dynamic and interactive experience for users. It was
developed and is maintained by Facebook, and it has gained widespread adoption due to
its simplicity, performance, and robust ecosystem. Here's a basic introduction to React:
Library, Not a Framework: React is often referred to as a "library" rather than a "framework"
because it focuses on the view layer of the application (the UI). It’s concerned solely with
rendering components and handling user interactions. Other aspects, like routing and state
Component-Based Architecture: React is built around the idea of components, which are
reusable and independent pieces of code that return React elements to be rendered on the
Conclusion
React is a powerful tool for building dynamic, interactive user interfaces. Whether you're
building a small component or a complex web application, React provides a robust, scalable,
and flexible way to manage the UI. Its popularity is driven by its simplicity, ease of use, and
extensive community support, making it a great choice for modern web development.
OUTPUT -1
OUTPUT -1
OUTPUT -1
OUTPUT -1
OUTPUT -1
OUTPUT -1
variebel -1
datatype -2
boolean expression -3
if...else - 1
if...else.if -2
switch case
30 Makwana Shubh
220133107021
DAY: 10 Multyple type diffrant tasks useing javascript precticals