LAD Games is a modern online gaming platform where users can play fun browser-based games instantly — with no signup, no downloads, and completely free. The platform is designed for speed, simplicity, and accessibility across all devices.
🔗 Live Website: https://www.ladgames.online/
- ⚛️ React.js
- 🎨 CSS / Tailwind / Custom Components (based on your setup)
- 🌐 Axios / Fetch API for communication
- 🐍 Django
- 🔌 REST APIs built using Django views / Django REST Framework
- 🔐 Secure routing & data handling
- 🔥 Firebase Authentication
- Email/Password login
- Google Sign-In (if enabled)
- Easy session handling on frontend
- React App — Netlify / Vercel / Firebase Hosting
- Django API — Render / Railway / VPS
- Firebase — Auth & possibly Storage
- 🎯 100% free-to-play browser games
- 🕹️ Play instantly with no installation
- 🚫 No mandatory signup (login required only where necessary)
- 🔐 Firebase-powered authentication
- ⚡ Fast backend APIs powered by Django
- 📱 Fully responsive for mobile & desktop
- 📂 Large & growing game library
LAD-Games/
├── frontend/ # React application
│ ├── src/
│ │ ├── components/
│ │ ├── pages/
│ │ ├── firebase.js # Firebase config
│ │ └── App.js
│ └── package.json
│
├── backend/ # Django backend
│ ├── ladgames/
│ ├── api/
│ ├── manage.py
│ └── requirements.txt
│
└── README.md