Skip to content

decoded-cipher/json-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Form Project

This project contains a simple HTML form with various input fields and a button to generate JSON output based on the form data.

Overview

The form includes several fields such as dropdowns and datalists. When the "Generate JSON" button is clicked, the form data is validated and converted into a JSON object, which is then displayed on the page.

  • JSON generation and display based on form data.
  • Validation to ensure all fields are filled before generating JSON.

Usage

  1. Open the index.html file in a web browser.
  2. Fill in all the fields in the form.
  3. Click the "Generate JSON" button.
  4. The JSON representation of the form data will be displayed below the form.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Languages

  • JavaScript 74.4%
  • HTML 24.9%
  • CSS 0.7%