This website allows users to purchase games via Stripe, leave comments and likes/dislikes, chat with other users through Chatify, manage tags, and handle email communications via Mailtrap.
- Laravel 11 + Jetstream + Mailer – User authentication and management.
- Blade templates – Laravel’s template engine for building views.
- Tailwind CSS – Utility-first CSS framework for responsive design.
- Bootstrap 5 - CSS framework for responsive layouts and components.
- Chipp - AI integration on the homepage.
- Stripe - Payment gateway integration.
- Chatify - Real-time chat functionality.
- Mailtrap - Email testing and contact form handling.
git clone https://github.com/MSBYSergio/GameZone.git
cd GameZonecomposer install
npm installcp .env.example .env
php artisan key:generatephp artisan migrate:fresh --seedphp artisan serveThis will start the development server at localhost:8000 by default.
This project is licensed under the MIT license.






