This project is a user reclamation (complaint) system developed using native PHP, HTML, CSS, and JavaScript. Users can submit complaints using a secure form with reCAPTCHA verification, and administrators can manage and respond to these reclamations through a dashboard.
- User Reclamation Submission: Users can submit complaints through a form, protected by reCAPTCHA.
- Admin Dashboard: Manage and respond to user reclamations efficiently.
- ReCAPTCHA Integration: Ensures that submissions are secure and prevent spam.
- PHP: Handles reclamation submission and admin responses.
- HTML5 & CSS3: For the front-end structure and design.
- JavaScript: Adds interactivity, including reCAPTCHA.
- SQL Database: Stores reclamations and admin responses.
-
Clone the repository:
git clone https://github.com/your-username/user-reclamation-system.git
-
Set up an SQL database and import the provided .sql file.
-
Configure the config.php to connect to your database.
-
Set up your reCAPTCHA credentials and configure them in the form. 4Run the project on a local or remote server. Usage: Users: Can submit reclamations with reCAPTCHA protection. Admins: Can manage and respond to user reclamations via the dashboard. Contributing: Feel free to submit pull requests or open issues for any feature enhancements or bug fixes.