Confession website will act as a platform for college students to share any personal fact or admit any experience which they feel open to sharing with other students.
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 revealing their thoughts due to the complete anonymity of their posts. Also, secret admirers can address their crush through this website.
HTML, CSS, PHP, JS, SQL
- Fork and clone the repository
- Change the localhost username, password, database name in almost all .php files according to your database.
- Run using:
php -S localhost:8080
- View the website on your web browser at
localhost:8080/
- Follow the steps above to install the application.
- Check out a new git branch:
git checkout -b my_changes
- Commit changes with a description of what you did:
git add -A
git commit -m "[description]"
- Push to your remote branch:
git push
- Generate a pull request.