Anonymous Feedback System

Hello again. This post is about our first project called Anonymous Feedback System. It is a feedback portal which takes feedback about college infrastructure from students where student details are hidden. This project was done in collaboration with Sirisha under the guidance of Mr. Abhijith Ravuri. We used PHP (Backend language) ,HTML ,CSS (Frontend languages), MySQL database over Xampp software mostly. Our project consists of three interfaces Admin interface, Student interface and Faculty Interface. Admin can add students and faculty to the feedback system and can view feedback given by the students where student details are anonymous. Student can give feedback after logging into our feedback portal with username and password given by admin. Where as faculty can view their feedback given by students to them which is anonymous.Faculty also given with username and password by the admin to login and to view their feedback.
Here are some video clips showing the working of different interfaces in our project..

Admin Interface :

Student Interface :

Faculty Interface :

This project took us around 15 days for writing main code.First three days we concentrated on learning PHP from websites like The New Boston,Youtube etc...Before that we were given a deadline to complete 60% of project in 15 days by Abhijith annayha and we didn't have any idea of PHP ,MySQL .We were frightened by seeing the count of languages that we need to learn. But when we started after three days we realized that PHP has syntaxes similar to C the difference is, there we don't declare datatype of a variable and variable name should be start with '$' symbol. PHP has some built in functions to connect to MySQL database. Other thing I messed up with is downloading and using of  Xampp software. It took around two days for me to use in a proper way but it's very easy. From fourth day we started writing code for our project. And we also learnt frontend language techniques during our project from W3schools .Clarified our doubts by Stackoverflow and from some of our seniors. We completed 60% of our project few days before deadline.After that it took around 10 days to make its feel good and other UI work. In those last ten days we even faced some security issues with sessions and URL 's .Finally we solved it. Then it was checked by Abhijith annayha and asked us to add some more features and recommended some UI(User Interface) changes. We added options to add data through CSV files to database, used AJAX in some pages , bootstrap tables (learnt from W3schools) and bootstrap modal in one page as Abhijith annayha said by learning them from youtube . Thanks for all who supported and helped us in our project. 

Here is the link for our first project code :

Thank you :)

Comments

Post a Comment

Popular Posts