PlayVerse
Game management and community platform built in PHP — catalog browsing, user management, and a structured backend with CSS/JS frontend.
PHPCSSJavaScriptMySQL
Role
Full-Stack Developer
Team
Solo
Duration
University project
Category
Web App
Links
Impact
Type
University project
Problem
University project exploring full-stack development — managing a game catalog with user accounts and a browsable community-facing interface.
Solution
Built a multi-page PHP application with a Management module for CRUD operations, user handling, and a styled frontend for browsing game listings.
Objectives
- Apply full-stack PHP skills to a real domain problem
- Build an admin and user-facing layer in the same application
Key Features
- Game catalog with browse and search
- Admin management module for CRUD operations
- User account system
- Responsive CSS/JS frontend
Architecture
- PHP backend with MySQL data layer
- Structured Management module folder
- Vanilla JS and CSS for interactivity and styling
Challenges
- Separating admin and public-facing logic cleanly in vanilla PHP
Learnings
- How to scope user roles and admin panels in a single codebase