PlayLog is the ultimate platform for gamers to share, explore, and review games. Whether you're searching for trending reviews or building a personalized watchlist, PlayLog has everything wrapped in a sleek black-and-red theme for the perfect gaming vibe. 🎮🔥
- Sort game reviews by rating, year, or popularity.
- Filter games by genre to find exactly what you love.
- Sign up & log in with Firebase authentication.
- Add, edit, and delete reviews anytime.
- Maintain a personalized watchlist for future plays.
- Switch between dark and light themes for a custom look.
- Optimized for desktop, tablet, and mobile users.
- Visual game cards for an immersive experience.
- Dynamic footer with social media links.
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: Firebase
git clone https://github.com/ASSabbir/playlog.git
cd playlognpm installVITE_apiKey=your-api-key
VITE_authDomain=your-auth-domain
VITE_projectId=your-project-id
VITE_storageBucket=your-storage-bucket
VITE_messagingSenderId=your-messaging-sender-id
VITE_appId=your-app-idnpm run dev
``