Skip to content

This project demonstrates a simple webpage where users can subscribe to a service and choose a payment method (Visa, MasterCard, or PayPal). Upon clicking the "Submit" button, dynamic feedback is displayed based on the user's selections, showing whether they are subscribed and their chosen payment method.

Notifications You must be signed in to change notification settings

ImrenR/Checked-Property-EasyJsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project: Subscription and Payment Method Selector

Demo video to watch

Checked.Property.mov

Overview

This project demonstrates a simple webpage that allows users to:

Subscribe to a service by selecting a checkbox.

Choose a payment method from Visa, MasterCard, or PayPal.

Display messages based on the user's selections when the "Submit" button is clicked.

Features

Subscription Checkbox:

Users can indicate whether they want to subscribe by checking the Subscribe checkbox.

Payment Method Selection:

Users can select their preferred payment method by choosing one of the radio buttons: Visa, MasterCard, or PayPal.

Dynamic Feedback:

On clicking the "Submit" button, the page dynamically updates to display:

Whether the user is subscribed.

The selected payment method.

File Structure

index.html: Contains the HTML structure of the page.

style.css: Contains the styles applied to the webpage.

index.js: Contains the JavaScript logic for interactivity.

About

This project demonstrates a simple webpage where users can subscribe to a service and choose a payment method (Visa, MasterCard, or PayPal). Upon clicking the "Submit" button, dynamic feedback is displayed based on the user's selections, showing whether they are subscribed and their chosen payment method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published