A rudimentary web application written in PHP that emulates a blogging platform, based on the MVC design pattern. Created as a final project for Harvard's CS50x.
- A user login system that allows for registering new users, logging in as a previous user, and logging out.
- Registered users can author blog posts visible to all other users.
- Registered users have their own 'home page' listing off all of their previously-made posts.
- Registered users may delete any posts that they previously made.
- The MySQLi extension for PHP for database tasks.
- Bootstrap CSS for basic page styling.
Fully functional!