- Overview
- Features
- Demo Screenshots
- Quick Start
- Project Structure
- Technology Stack
- Browser Support
- Game Data
- Security Privacy
- Contributing
- FAQ
- License
Web application for browsing 1000+ games with ratings, Metacritic scores, and genre information. Built with React and runs entirely in the browser.
- Browse 1000 games with detailed information
- View ratings, Metacritic scores, and genres
- Add games to favorites
- Rate games and submit reviews
- Search and filter by name, genre, platform
- View game details, screenshots, and statistics
- Viewing history and recently viewed games
- Responsive design
Live demo: https://playguide-site.vercel.app/
Node.js >= 18
npm >= 8# Clone the repository
git clone https://github.com/BilgeGates/Functional_Gaming-Site.git
# Navigate to project directory
cd Functional_Gaming-Site
# Install dependencies
npm install
# Start development server
npm startThe application will automatically open at http://localhost:3000
# Create optimized production build
npm run buildplayguide/
โ
โโโ ๐ public/
โ โโโ index.html
โ โโโ assets/ # Static assets
โ
โโโ ๐ src/
โ โ
โ โโโ ๐ assets/ # Images, fonts, icons
โ โ
โ โโโ ๐ components/
โ โ โ
โ โ โโโ ๐ common/ # Reusable components
โ โ โ โโโ Controls.jsx
โ โ โ โโโ FavoritesModal.jsx
โ โ โ โโโ GameCard.jsx
โ โ โ โโโ GameList.jsx
โ โ โ โโโ MotionWrapper.jsx
โ โ โ โโโ Pagination.jsx
โ โ โ โโโ RatingModal.jsx
โ โ โ โโโ RatingViewsModal.jsx
โ โ โ โโโ RecentViewsModal.jsx
โ โ โ โโโ SearchBar.jsx
โ โ โ โโโ SearchGameItem.jsx
โ โ โ โโโ Stats.jsx
โ โ โ โโโ index.js
โ โ โ
โ โ โโโ ๐ sections/ # Section components
โ โ โ โ
โ โ โ โโโ ๐ CategoriesSection/
โ โ โ โ โโโ CategoriesSection.jsx
โ โ โ โ
โ โ โ โโโ ๐ Header/
โ โ โ โ โโโ Header.jsx
โ โ โ โ โโโ HeroSection.jsx
โ โ โ โ
โ โ โ โโโ ๐ TopRatedSection/
โ โ โ โ โโโ TopRatedSection.jsx
โ โ โ โ
โ โ โ โโโ ๐ TrendingSection/
โ โ โ โโโ TrendingSection.jsx
โ โ โ
โ โ โโโ ๐ ui/ # UI components
โ โ โโโ ActionButton.jsx
โ โ โโโ CardOverlay.jsx
โ โ โโโ ErrorMessage.jsx
โ โ โโโ ExploreButton.jsx
โ โ โโโ GameStats.jsx
โ โ โโโ GenreBadge.jsx
โ โ โโโ LoadingSpinner.jsx
โ โ โโโ MetacriticScore.jsx
โ โ โโโ RatingBadge.jsx
โ โ โโโ SectionHeader.jsx
โ โ โโโ index.js
โ โ
โ โโโ ๐ hooks/ # Custom React hooks
โ โ โโโ index.js
โ โ โโโ useDocumentTitle.js
โ โ โโโ useFavorites.js
โ โ โโโ useGameData.js
โ โ โโโ useHandlers.js
โ โ โโโ useInViewAnimation.js
โ โ โโโ useLocalStorage.js
โ โ โโโ useLogic.js
โ โ โโโ useRating.js
โ โ โโโ useRatingViews.js
โ โ โโโ useRecentViews.js
โ โ โโโ useSearch.js
โ โ โโโ useSearchInteractions.js
โ โ โโโ useSearchKeyboard.js
โ โ โโโ useSearchResults.js
โ โ
โ โโโ ๐ layout/ # Layout components
โ โ โโโ ๐ Footer/
โ โ โ โโโ Footer.jsx
โ โ โโโ ๐ Navbar/
โ โ โ โโโ Navbar.jsx
โ โ โโโ index.js
โ โ
โ โโโ ๐ pages/ # Application pages
โ โ โโโ ๐ About/
โ โ โ โโโ About.jsx
โ โ โโโ ๐ Contact/
โ โ โ โโโ Contact.jsx
โ โ โโโ ๐ Home/
โ โ โ โโโ Home.jsx
โ โ โโโ ๐ ProductDetails/
โ โ โ โโโ ProductDetails.jsx
โ โ โโโ ๐ Products/
โ โ โโโ Products.jsx
โ โ
โ โโโ ๐ routes/ # Routing configuration
โ โ โโโ router.jsx
โ โ
โ โโโ ๐ utils/ # Utility functions
โ โ โโโ dateUtils.js
โ โ โโโ formatUtils.js
โ โ โโโ iconUtils.js
โ โ โโโ searchUtils.js
โ โ โโโ index.js
โ โ
โ โโโ App.jsx # Root component
โ โโโ index.js # Entry point
โ โโโ index.css # Global styles
โ
โโโ ๐ db.json # Game database (1000+ games)
โโโ ๐ .gitignore
โโโ ๐ postcss.config.js
โโโ ๐ tailwind.config.js
โโโ ๐ package.json
โโโ ๐ package-lock.json
โโโ ๐ README.md
โโโ ๐ CONTRIBUTING.md
โโโ ๐ CODE_OF_CONDUCT.md
โโโ ๐ SECURITY.md
โโโ ๐ LICENSE
|
React 18+ UI Framework |
JavaScript ES6+ Language |
Tailwind CSS 3.x Styling |
Node.js 18+ Runtime |
- React Router - Client-side routing
- localStorage - User data persistence
- RAWG API - Game data source (pre-fetched)
| Browser | Version | Status |
|---|---|---|
| 90+ | โ Tested | |
| 88+ | โ Tested | |
| 14+ | โ Expected to work | |
| 90+ | โ Expected to work | |
| 76+ | โ Expected to work |
- ES6+ JavaScript
- CSS Grid & Flexbox
- localStorage API
- Responsive viewport support
PlayGuide stores all game data locally in db.json. This data was originally sourced from the RAWG API and includes:
{
id: Number, // Unique game ID
name: String, // Game title
slug: String, // URL-friendly name
released: String, // Release date (YYYY-MM-DD)
background_image: String, // Main image URL
rating: Number, // Average rating (0-5)
rating_top: Number, // Top rating value
ratings_count: Number, // Number of ratings
metacritic: Number, // Metacritic score (0-100)
playtime: Number, // Average playtime (hours)
genres: Array // Array of genre objects
}- 1000+ pre-loaded games
- Ratings and Metacritic scores
- Multiple genres per game
- Release dates and playtime statistics
RAWG API data is used for educational and non-commercial purposes only.
Zero-backend architecture - all functionality runs in the browser.
- โ No server-side data storage
- โ Client-side processing only
- โ No cookies, trackers, or fingerprinting
- โ No third-party analytics or telemetry
- โ No user data is collected, stored, or transmitted
All favorites, ratings, and viewing history are stored locally using localStorage.
For security concerns, see SECURITY.md.
Contributions welcome.
# 1. Fork the repository
# 2. Create your feature branch
git checkout -b feature/amazing-feature
# 3. Commit your changes
git commit -m 'feat: add amazing feature'
# 4. Push to the branch
git push origin feature/amazing-feature
# 5. Open a Pull RequestPlease read CONTRIBUTING.md for detailed guidelines on:
- Code standards and best practices
- Pull request process
- Bug reporting
- Feature requests
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2026 Khatai Huseynzada
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
React Team Framework |
Tailwind Labs CSS Framework |
RAWG API Game Database |
| Channel | Link |
|---|---|
| ๐ Bug Reports | GitHub Issues |
| ๐ก Feature Requests | GitHub Discussions |
| ๐ง Email | darkdeveloperassistant@gmail.com |
Responses on a best-effort basis
How do I report a bug?
- Check if the issue already exists in GitHub Issues
- If not, create a new issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Screenshots (if applicable)
- Browser and OS information
Can I use this commercially?
Yes! The source code is MIT licensed and can be used commercially.
However, game data originally sourced from the RAWG API is intended for educational and non-commercial use only. If you plan to use this project commercially, you must replace the data source with a licensed provider.
How do I add more games?
- Games are stored in
db.json - Follow the existing data structure
- Add new game objects to the array
- Submit a pull request with your changes
Where does the game data come from?
Game data was originally sourced from the RAWG API and is now maintained locally in db.json.
The application does not fetch data at runtime.
How is my data stored?
All user data (favorites, ratings, viewing history) is stored locally in your browser using localStorage.
No data is sent to any server.
ยฉ 2026 Khatai Huseynzada. Licensed under MIT.
