This project contains a simple HTML form with various input fields and a button to generate JSON output based on the form data.
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.
- Open the
index.html
file in a web browser. - Fill in all the fields in the form.
- Click the "Generate JSON" button.
- The JSON representation of the form data will be displayed below the form.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.