Objective: Create website like twitter.
Description: The user 'll be able to register, login, logout, read about website, change his profile image or text about himself and post messages to his feed. He 'll have followers, follow friends and they 'll also be able to leave messages as well as unfollow. I chose to make a route structure in the index.php file and use MySQL database. The data is inserted, changed or selected in the database by Query described in the function. In the selection, the content extracted from the database will be decoded by Json.
Tech Used: PHP, MySQL, JavaScript, Bootstrap, CSS and HTML.