NSS-Evening-E22 / pos-system-tech-giants

pos-system-tech-giants created by GitHub Classroom
0 stars 1 forks source link

creating forms #10

Closed ahammer1 closed 1 year ago

ahammer1 commented 1 year ago

As a user, I want to be able to input and submit information using forms that are clear, easy to use, and provide feedback on submission status.

Acceptance Criteria:

The form components should be visually appealing, easy to use, and clearly labeled. The forms should be responsive and adjust to different screen sizes. The forms should provide feedback on submission status, such as success or error messages. The forms should include validation for required fields and correct data types. The forms should be connected to a back-end system to process and store the submitted data. Dependencies:

The back-end system for processing and storing submitted data should be established. The front-end web development framework or library should be selected. Dev Notes:

Design visually appealing form components that are easy to use and clearly labeled. Implement the form components in HTML, CSS, and JavaScript. Use JavaScript to validate required fields and correct data types in the form inputs. Implement submission feedback messages, such as success or error messages, using JavaScript and/or CSS. Use a back-end system, such as a server-side scripting language or a form processing service, to process and store the submitted form data. Test the forms thoroughly to ensure that they are visually appealing, easy to use, and functional across different screen sizes and data types.