Confession website will act as a platform for the students of the college to acknowledge any personal fact or admit any experience which they feel free to share with other students of the institute.Confession website acts as a medium for students to express their emotions, beliefs, and troubles anonymously. It will also act as a de facto message board where students can ask for help regarding any issues related to college affairs. Students can feel comfortable to reveal their thoughts due to the complete anonymity of their posts. Also secret admirers can address their crush through this website.
#Technology stack: HTML, CSS, PHP, JS, SQL
#Contributing:
1.Fork this repo
2.Clone this repo
3.change the localhost username, password, database name in almost all .php files according to your database.
4.Run it using php -S localhost:8080.
5.View the website by typing localhost:8080/confession-site on your web browser.
6.Checkout new branch: git checkout -b my_changes.
7.Add new files via git add . if required.
8.Commit the changes: git commit -m "your message describing what you did".
9.Push to your remote: git push.
10.Generate a pull request.