This is a web-based application that allows users to submit feedback, complaints, or suggestions to a company or organization. The system helps the organization to manage feedback, track progress, and resolve issues efficiently.
The feedback management system includes the following features:
- User registration and login system
- Submitting feedback
- Viewing feedback status and history
- Admin panel for managing feedback, assigning tasks, and tracking status
- Notification system to alert users when feedback status changes
To install and run the feedback management system, follow these steps:
- Install PHP and a web server like Apache
- Install a database like MySQL
- Clone this repository using
git clone https://github.com/verjin-dev/feedbackform.git
- Create a database schema using the SQL file provided in the
sql
folder - Update the database connection settings in
config.php
- Run the application by accessing
index.php
in your web browser
Once the application is installed, users can register and login to submit feedback. Admins can log in to the admin panel to manage feedback, assign tasks, and track status.
Contributions to this project are welcome. If you find any bugs or have any feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.
This project was created by Verjin V.