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

Ajay Kumar Garg Engineering College, Ghaziabad

MINI PROJECT REPORT ON

WORD COUNTER WEBSITE

BACHELOR OF TECHNOLOGY
(INFORMATION TECHNOLOGY)

SUBMITTED TO:- SUBMITTED BY:-

Mrs.PAYAL GARG KOMAL SHIVHARE(2000270130088)

KUSHAGRA TYAGI(2000270130094)

Dr. A.P.J. Abdul Kalam Technical University,


Uttar Pradesh, Lucknow
ACKNOWLEDGEMENT
We express our sincerely regards and indebtedness to our project internal guide MRS.PAYAL
GARG for his valuable time, guidance, encouragement , support and cooperative throughout
the duration of our project. This project was done under the guidance of MRS.PAYAL GARG .
This project helped in understanding the various parameters which are involved in the
department of a web application and the working and integration of front end along with
the back end to create a fully functional website.

We would like to thank DR.ANU CHOUDHARY, Head of Department and whole of


Department for their constant support.

KOMAL SHIVHARE(2000270130088)

KUSHAGRA TYAGI(2000270130094)
ABSTRACT
A word counter application facilitates its user to get information about the number of words
in a particular article. This application is extensively used in the field of the content
department. The writer has to be sure about the number of words they are inputting in the
article. In this web development project, we will look at how to make a word counter
application using languages such as HTML, CSS, and JS.

We all have gone through a phase where we need to write articles within a limited word
limit, but we often end up writing less or more than the word limit. This application can solve
that problem by using simple tools and syntaxes. In the project, you will learn about all the
essentials needed for the important topics of web development. A word counter application
is used in various fields such as plagiarism checker, article rewriter, SEO tools, etc.
INDEX

S.NO. INDEX PAGE NO.


Chapter 1

1.1
1.2
1.3
1.4
1.5
INTRODUCTION
The project will take input as text or long paragraphs, then the processor will count all the
collection of words separated with a space blank. Space blank acts as a reminder for the
processor, it counts the array of alphabets and adds it to the previous value. To implement
these things javascript is well suited. Javascript lets the processor take arithmetic operations
also. Let’s have a quick look at the project and how it will be built.

You might also like