Project
Koala
An early microblog-style web application with login, posting, image upload, profile editing, and post management.
Writing angle
A portfolio snapshot from the PHP/MySQL era, useful for showing full-stack product thinking before later library work.
Portfolio snapshot
inline notesThe detail page presents the original UI screenshot and architecture checklist instead of trying to run an old PHP/MySQL app inside the blog.
- Includes login, registration, message posting, image upload, edit/delete, profile, detail, and search pages.
- Uses Smarty templates, RequireJS scripts, Sass/Compass styles, PHP routes, API modules, and MySQL setup SQL.
- Has a clear next-step backlog: comments and pagination.
git clone git@github.com:musicq/Koala.git
mysql -h hostname -P port -u root -p < path/to/secret.sql
# Put the app under an Apache/PHP document root, then open the site locally.