A simple and lightweight feedback-collection web application built for the personal portfolio of Mirnes Glamočić.
The app allows visitors to submit feedback and browse previously submitted messages through a clean, minimal interface.
👉 https://feedback.mirnesglamocic.com
This project provides a small but functional feedback system where users can:
- Submit their name, email, and feedback message
- View all previously submitted feedback
- Interact with a modern, responsive UI
- Enjoy fast page loading and simple navigation
It is designed to be easy to host, easy to maintain, and perfect as a small portfolio project.
- ✔️ Feedback submission form
- ✔️ Display list of all past feedback
- ✔️ Clean, responsive design
- ✔️ Lightweight codebase
- ✔️ Simple backend
- HTML / CSS / JavaScript
- PHP (for handling backend logic)
- MySQL
- Apache
Follow these steps to run the project locally or deploy it on your server.
git clone https://github.com/<your-username>/feedback-app.git
cd feedback-app-
Copy all project files to your hosting directory
-
Make sure the server supports PHP
-
Import database file (feedback.sql)
or your live domain
(ex) https://feedback.mirnesglamocic.com
Users can fill out the form fields:
-
Name
-
Email
-
Feedback message
After submitting, the data is saved and visible on the Feedback List page.
View Feedback - automatically displays all past feedback entries.
You can easily extend this project with:
-
Admin dashboard
-
Login system
-
Pagination for feedback
-
Spam protection / reCAPTCHA
-
Email notifications
-
API endpoints
Contributions are welcome!
-
Fork the repository
-
Create a branch for your change
-
Commit and push
-
Open a Pull Request
Suggestions and feature requests are encouraged.
This project is free to use and modify.
📧 Contact available on the website
Thank you for checking out this project! Feel free to submit suggestions or improvements.
