Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Maharashtra State Board of Technical Education, Mumbai

CLIENT SIDE SCRIPTING LANGUAGE


MICRO PROJECT REPORT
Submitted by
Harsh Manohar Yeram - 2001170279
Sahil Vishnu Shetye - 2001170282
Pooja Ganesh Narkar - 2001170286

Submitted At
Department of Computer Engineering
Government Polytechnic, Malvan
A/P-Kumbharmath, Tal-Malvan, Dist-Sindhudurg
416606
(Academic Year :-2022-2023)
Plan A
 Micro Project Name :-
Word Guessing Game in HTML, CSS and
JavaScript

 Aim/Benefits of Micro Project :-

The word guessing game is a task that which the


player has to find all letters a random word in the given
tries. The game will also give you hits to make your guess
easy.

 Course Outcomes :

 Create Event based Web Forms using JavaScript.


 Create Interactive Webpage using Regular expression for
validation.

 Proposed Methodology :-

In this micro project we are going to create Word Guessing


Game in HTML CSS and JavaScript
 Resources Required :-

Sr. Name Of Specification Qty. Remark


No. Resources
1. Computer System AMD Ryzen 3 3250U 1 _
with Radeon Graphics
2. M S Word Microsoft Office 1 _
3. chrome Wikipedia.in 1 _

 Action plan:

Sr. Details of Activity Planned Planned Name of


No start finished responsible
date date team members
1. First we collect the 28-10 30-10 Harsh Yeram
information on the 2022 2022 Sahil Shetye
title that we decided Pooja Narkar
for Microproject.
2. Then we prepare a 04-10 06-10 Harsh Yeram
JavaScript program 2022 2022 Sahil Shetye
for microproject. Pooja Narkar
3. Then we plot the 11-10 13-10 Harsh Yeram
content of 2022 2022 Sahil Shetye
Microproject. Pooja Narkar

4. Then we search 21-10 23-10 Harsh Yeram


information about 2022 2022 Sahil Shetye
coding. Pooja Narkar
5. Then we took some 28-10 30-10 Harsh Yeram
guidance from 2022 2022 Sahil Shetye
Mam. Pooja Narkar

 Name of team member with roll No:-

Harsh Manohar Yeram - 3229


Sahil Vishnu Shetye - 3231
Pooja Ganesh Narkar - 3232
PLAN B
 Rationale :-
JavaScript is limited featured client side
programming language. JavaScript runs at the client
end through the user's browser without sending
messages back and forth to the server. It is widely used
by the web developers to do things such as build
dynamic web pages, respond to events, create
interactive forms, validate data that the visitor enters
into a form, control the browser etc. This course helps
student to create highly interactive web pages using
these features.

 Aim/Benefits of Micro Project :-


The word guessing game is a task that which the
player has to find all letters a random word in the
given tries. The game will also give you hits to make
your guess easy.
 Course Outcomes :-
 Create Event based Web Forms using JavaScript.
 Create Interactive Webpage using Regular expression
for validation.
 Create menus and navigations in Webpage
 Calculate efficiency of different memory management
techniques.

 Literature Reviews:-
To create this Word Guessing Game in JavaScript. First, you
need to create four Files: HTML, CSS & JavaScript Files.
After creating these files just paste the given codes into your
file. You can also download the source code files of this Word
Guessing from the below download button.

First, create an HTML file with the name index.html and paste
the given codes into your HTML file. Remember, you’ve to
create a file with a .html extension.

Second, create a CSS file with the name style.css and paste the
given codes into your CSS file. Remember, you’ve to create a
file with a .css extension.
Third, create a JavaScript file with the name words.js and
paste the given codes into your JavaScript file. Remember,
you’ve to create a file with a .js extension and it should be
inside the js folder. We’ll store random word details as an
object in this file.
Last, create a JavaScript file with the name script.js and paste
the given codes into your JavaScript file. Remember, you’ve
to create a file with a .js extension and it should be inside the
js folder.
 Brief information about Micro-project/Brief
description:
First of all, We have searched the topic for
Microproject that is” Word Guessing Game in HTML
CSS and JavaScript.”
We have collected information creating our
microproject topic. In that we created a JavaScript
language. We have gained much of the earlier knowledge
through our practical’s. We have use many of the
properties, methods and concept from Client Side
Scripting language.
We also took help of internet ,by this we got the
details/properties of those information use in details.
Under the guidance of our subject teacher we successfully
made our application.
 Actual Action Plan:

Sr. Details of Planned Planned Name of


No Activity start finished responsible
date date team
members
1. First we collect the 28-10 30-10 Harsh Yeram
information on the 2022 2022 Sahil Shetye
title that we Pooja Narkar
decided for
Microproject.
2. Then we prepare a 04-10 06-10 Harsh Yeram
JavaScript for 2022 2022 Sahil Shetye
microproject. Pooja Narkar
3. Then we plot the 11-10 13-10 Harsh Yeram
content of 2022 2022 Sahil Shetye
Microproject. Pooja Narkar
4. Then we search 21-10 23-10 Harsh Yeram
information about 2022 2022 Sahil Shetye
coding. Pooja Narkar
5. Then we took 28-10 30-10 Harsh Yeram
some guidance 2022 2022 Sahil Shetye
from Pooja Narkar
Sir.
 Skilled Developed / Learning outcomes of the
Microproject :

 During this microproject we implemented “Word


Guessing Game in HTML CSS and JavaScript.”.
 We easily implemented Word Guessing Game in
HTML CSS and JavaScript.
 Team coordination developed the team members.

You might also like