/Post-data-submit-form

This is a basic UI designed form on which when a user enters the data and clicks the submit button then a post request is created to given API and on success another UI is loaded

Primary LanguageHTML

Post-data-submit-form

This is a basic UI designed form on which when a user enters the data and clicks the submit button then a post request is created to given API and on success another UI is loaded

How it works:

The form looks like as given below:

image

whenever the user fills the form and submits it, then a POST request is sent to an API(in JS code) and if the status received by the API is true then Congrats page is displayed else error is displayed.

image

Features:

  1. All standard Bootstrap classes are used to make the site responsive.
  2. Form is hosted using github pages (refer deployment section)
  3. Java Script Fetch API is used to sent data and verify the responses as they are received.
  4. Buttons in form has scrolling indicator till the response is received.