0% found this document useful (0 votes)
4 views1 page

JavaScript Project Ideas and Exercises

The document lists a series of JavaScript programming tasks, including a simple calculator, form validation, and a library management system. It also includes games like Tic-Tac-Toe and a number guessing game, as well as utility applications such as an age calculator and a temperature converter. Each task emphasizes different programming concepts and user interactions.

Uploaded by

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

JavaScript Project Ideas and Exercises

The document lists a series of JavaScript programming tasks, including a simple calculator, form validation, and a library management system. It also includes games like Tic-Tac-Toe and a number guessing game, as well as utility applications such as an age calculator and a temperature converter. Each task emphasizes different programming concepts and user interactions.

Uploaded by

NEHA SHARMA
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Questions to be done in JavaScript

Q1 Simple Calculator (Addition, Subtraction, Multiplication, Division)


Q2 Form Validation (Name and Email)
Q3 Change Background Color on Button Click
Q4 Display Multiplication Table
Q5 Check if a Number is Even or Odd
Q6 Student Grade Calculator Input marks, calculate average, assign grade based
on percentage.
Q7 Simple ATM Interface Menu-driven program for deposit, withdrawal, and
balance check.
Q8 Library Management System Use dictionaries to store book info, allow search
and update.
Q9 Age Calculator Input birthdate and calculate age using Date object.
Q10 Temperature Converter Convert between Celsius, Fahrenheit, and Kelvin.
Q11 Random Quote Generator Display a new quote each time a button is clicked.
Q12 Number Guessing Game Generate a random number and let the user guess it
with hints.
Q13 Tic-Tac-Toe Game Classic two-player game with win detection logic.
Q14 Tap-the-Geek Game Click on a moving character to score points.
Q15 Multiplication Quiz Web App Random multiplication questions with score
tracking.
Q16 Word Guessing Game Like Hangman—guess letters to reveal the hidden
word.
Q17 Star Rating System Click stars to rate and display the selected value.

You might also like