yazdanhaider / Hospital-Management

This project is an Advanced Hospital Management System (HMS) web application. It provides a user-friendly interface for managing hospital operations, including appointment booking, patient management, and doctor information.
https://health-nest.vercel.app/
24 stars 44 forks source link

Enhance ContactUs page with interactive form and improved design #79

Open Devmangrani opened 1 month ago

Devmangrani commented 1 month ago

The current ContactUs page is functional but lacks interactivity and visual appeal. To improve user engagement and experience, the following changes are proposed:

Proposed Changes:

Add a contact form that allows users to submit their name, email, and message. Display the existing contact information (email, phone, address) in visually appealing cards. Use React's useState to manage form data and handle form submissions. Implement form validation and basic submission logic to provide user feedback. Style the form and cards to make the page more interactive and intuitive. Acceptance Criteria:

Contact details are displayed in card components with clean and consistent styling. A contact form with fields for name, email, and message is added. Form data is handled using state management (useState). Form is validated, and the user receives feedback upon submission. The page is responsive and works well on both desktop and mobile.

yazdanhaider commented 1 month ago

Great go on!! @Devmangrani