-
Notifications
You must be signed in to change notification settings - Fork 36
Description
π Description
To improve user engagement and gather insights, we should add a feedback form to the website. This will allow visitors to share suggestions, report issues, or provide general feedback directly from the site.
β Proposed Enhancements
Add a feedback form (on a dedicated page, in the footer, or as a modal).
Suggested fields:
βοΈ Name (optional)
π§ Email (optional, for follow-up)
π¬ Message/Feedback (required)
Include client-side validation (e.g., required fields, email format).
Provide success & error states (toast, modal, or inline messages).
Optionally integrate with:
Email service (e.g., Formspree, EmailJS, or custom backend).
Database (if storing feedback for later review).
π¨ Benefits
Gives users a way to share feedback directly.
Helps improve site content and user experience.
Adds professionalism and interactivity to the site.
π Contributor Checklist
β
I have checked for similar feature requests
β
I agree to follow this project's Code of Conduct
β
I am a GSSOC'25 contributor
β
I want to work on this issue