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 Practice Projects, Assignments of Programming Languages

This includes Project statement. These projects will help you showcase your js Skills. You can includes these projects in Resume, CV.

Typology: Assignments

2021/2022

Available from 09/12/2022

technicalurvashi
technicalurvashi 🇮🇳

4 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Technical Urvashi
PROJECT
Project 1:
Create a form and add following validations:
Email Validation: User should enter a valid email otherwise display
wrong email address.
Contact Number: Length of contact number should not be more than 10
digits and only numbers are valid.
All the fields are mandatory to be filled otherwise display Field is
required.
Login button
Sample:
pf3

Partial preview of the text

Download JavaScript Practice Projects and more Assignments Programming Languages in PDF only on Docsity!

PROJECT

Project 1 :

Create a form and add following validations:  Email Validation: User should enter a valid email otherwise display wrong email address.  Contact Number: Length of contact number should not be more than 10 digits and only numbers are valid.  All the fields are mandatory to be filled otherwise display Field is required.  Login button Sample:

Project 2 :

Create an Image Gallery slider. Include 4-5 images and add button to go to next and previous image. On hover over an image it should display what this image is about. Sample: