/Blueit

πŸ§‘πŸ½β€πŸ€β€πŸ§‘πŸ» Blueit is a discussion website where users can post stories and comments. [Course assignment]

Primary LanguagePHPMIT LicenseMIT

logo

Blueit is a reddit clone where users can share stories and post comments. Users are able to upvote or downvote stories and comments, create channels, edit their profile, search and sort stories.

The website is responsive and secure (against XSS, CSRF and SQL injections).

This project was developed as a course assignment of the Web Languages and Technologies subject at Faculdade de Engenharia da Universidade do Porto.

Project finished on April 2019.

Screenshots

Non-authenticated user:

Authenticated user:

Setup

The website was built on vanilla PHP without the use of any frameworks. All CSS/JS and backend logic were developed from scratch. The only requirement is having PHP 5.6+ installed.

Steps

  1. Start PHP development server: php -S localhost:8000

Developed by