Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

JavaScript Micro Project: Animated Circle with White & Orange Marbles, Thesis of Javascript programming

A micro project report submitted as part of a Diploma Third Year Computer Engineering course at Shri Gulabrao Deokar Polytechnic, Jalgaon. The project involves creating a simple animation in JavaScript where a white marble circle is stationary, and an orange marble revolves around it. The report includes the project proposal, methodology, action plan, and code. The technology and tools used are also mentioned, along with the advantages of the project.

Typology: Thesis

2021/2022

Uploaded on 12/21/2022

pranav_mahajan
pranav_mahajan 🇮🇳

1 document

1 / 13

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
SHRIKRISHNA EDUCATIONAL AND CULTURAL MANDAL’S
SHRI GULABRAO DEOKAR POLYTECHNIC,
Gat no. 26, Mohadishivar, shirsoli road,Jalgaon, Pin: 425002 (M.S)
A Micro Project report on
“Create a simple animation in javascript.create a circle of white marble on basic page,create an
animation on that page that makes an orange marble rotate around this circle”
Is Submitted as per I scheme Curriculum and the requirement for the
Program: Diploma Third Year in Computer Engineering .
COURSE: Client Side Scripting (22519)
Group Members:
Guided
by:
Mr.Shafique Shaikh.
Affiliated to
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION MUMBAI.51
Academic year 2022-23
1
Sr .no Name of members Enrollment number Roll no.
1. MAHAJAN PRANAV SURESH 2005090050 9
2. AKOLE KOMAL AJAY 2005090051 10
3. SURALKAR LILESH DNYANDEO 2005090052 11
4. VAISHNAVI RATHOD 2005090053 12
pf3
pf4
pf5
pf8
pf9
pfa
pfd

Partial preview of the text

Download JavaScript Micro Project: Animated Circle with White & Orange Marbles and more Thesis Javascript programming in PDF only on Docsity!

SHRIKRISHNA EDUCATIONAL AND CULTURAL MANDAL’S

SHRI GULABRAO DEOKAR POLYTECHNIC,

Gat no. 26, Mohadishivar, shirsoli road,Jalgaon, Pin: 425002 (M.S)

A Micro Project report on

“Create a simple animation in javascript.create a circle of white marble on basic page,create an

animation on that page that makes an orange marble rotate around this circle”

Is Submitted as per I scheme Curriculum and the requirement for the

Program: Diploma Third Year in Computer Engineering.

COURSE: Client Side Scripting ( 22519 )

Group Members:

Guided

by:

Mr.Shafique Shaikh.

Affiliated to

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION MUMBAI.

Academic year 2022-

Sr .no Name of members Enrollment number Roll no.

1. MAHAJAN PRANAV SURESH 2005090050 9

2. AKOLE KOMAL AJAY 2005090051 10

3. SURALKAR LILESH DNYANDEO 2005090052 11

4. VAISHNAVI RATHOD 2005090053 12

SHRIKRISHNA EDUCATIONAL AND CULTURAL MANDAL’S

SHRI GULABRAO DEOKAR POLYTECHNIC, JALGAON

DEPARTMENT OF COMPUTER ENGINEERING

CERTIFICATE

This is to verify that

Have successfully presented the entitled microproject on “Create a simple animation in

javascript.create a circle of white marble on basic page,create an animation on that page

that makes an orange marble rotate around this circle”and submitted in satisfactory

manner.

The microproject is submitted in partial fulfillment for the first year diploma in computer

engineering affiliated to Maharashtra state board of technical education ,Mumbai for

academic year 2022-

Sr.no Name of members Enrollment number Roll no.

1. MAHAJAN PRANAV SURESH 2005090050 9

2. AKOLE KOMAL AJAY 2005090051 10

3. SURALKAR LILESH DNYANDEO 2005090052 11

4. VAISHNAVI RATHOD 2005090053 12

4. Working on micro project

4.0 Resources Required ( major resources such as raw material, some machining facility,

software etc.)

Sr.No. Name of resource /

material

Specification Quantity Remarks

1. Pc / Laptop 4 GB Ram 1

2. Operating System Windows 10 1

3. Software Notepad 1

Names of Team Members with Roll Nos.

1. Pranav Mahajan (09)

2. Komal Akole(10)

3. Lilesh Sularkar (11)

4. Vaishnavi Rathod (12)

(To be approved by the concerned teacher)

CONTENT

● INTRODUCTION

● OBJECTIVE

● DESCRIPTION OF PROJECT

● TECHNOLOGY & TOOLS USED:

● ADVANTAGES

● PROGRAM CODE

● OUTPUT

● CONCLUSION AND REFRENCE

INTRODUCTION

JavaScript is a Programming Language commonly used in web development. It was

originally developed by Netscape as a means to add dynamic and interactive elements to

websites. While JavaScript is influenced by Java, the syntax is more similar to C and is based

on ECMA Script, a scripting language developed by Sun Microsystems.

JavaScript is a client-side scripting language, which means the source code is processed by

the client's web browser rather than on the web server. This means JavaScript functions

can run after a webpage has loaded without communicating with the server. For example, a

JavaScript function may check a web form before it is submitted to make sure all the

required fields have been filled out. The JavaScript code can produce an error message

before any information is actually transmitted to the server.

OBJECTIVE

● To develop a program for animated a small orange marbel revolving around a big

white marbel

CODING

Simple Animation

Output

CONCLUSION AND REFRENCE CONCLUSION

This project can be used to display animated a small orange marbel revolving around a big

white marbel. Instead of using the inbuilt application a user can make use of this to make

the representation more effective. This will increase the interest of the user to perform

more graphical animations.

REFRENCE

1. BookName - Javascript Demystified Author -Keogh, Jim

Publication -McGraw-Hill 2015, NewDelhiISBN:0-07060347-2.

2. BookName - Beginning JavaScript Author -Wilton, Paul

Publication - WilyIndia, New Delhi,2015,ISBN:0-7645-5587-