A dynamic web application designed to showcase popular games along with their ratings.
GameHub is a web application that provides users with a curated list of popular games, complete with ratings and other relevant details. Whether you're a casual gamer looking for the next game to play or a hardcore enthusiast wanting to stay updated with the latest in the gaming world, GameHub has got you covered.
- Dynamic Game Listings: Real-time game data ensures users have access to the latest game listings.
- User-friendly Interface: A clean and intuitive design ensures a seamless user experience.
- Game Ratings: Each game is accompanied by its rating, helping users make informed choices.
- Frontend: React and TypeScript
- API: Integrated with the Rawg API to fetch real-time game data.
To set up GameHub for local development:
# Clone the repository
git clone https://github.com/wmohamed24/GameHub.git
# Navigate to the directory
cd GameHub
# Install dependencies
npm install
# Start the development server
npm startOpen http://localhost:3000 to view the app in your browser.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page for open issues or create one if you have feedback or suggestions.
This project is open-source and available under the MIT License.