Game Hub
Game Hub is a web application that provides ratings and reviews for various games. Users can browse, search, and view detailed information about their favorite games.
Check out the live demo of Game Hub here.
Table of Contents Features Technologies Used Installation Usage Contributing License Contact
- Browse and search for games
- View detailed information about games including ratings and reviews
- User-friendly interface
- Responsive design
- Frontend: React, TypeScript
- Hosting: Vercel
Clone the repository:
bash Copy code git clone https://github.com/simopoza/game-hub.git cd game-hub Install dependencies:
bash Copy code npm install Set up environment variables:
Create a .env file in the root directory and add the necessary environment variables.
Run the application:
bash Copy code npm start The application will run on http://localhost:3000.
Usage Once the application is running, you can:
Browse through the list of games. Use the search bar to find specific games. Click on a game to view detailed information, ratings, and reviews. Contributing Contributions are welcome! Please follow these steps to contribute:
Fork the repository. Create a new branch (git checkout -b feature/your-feature-name). Commit your changes (git commit -am 'Add some feature'). Push to the branch (git push origin feature/your-feature-name). Create a new Pull Request. License This project is licensed under the MIT License - see the LICENSE file for details.
Contact If you have any questions or suggestions, feel free to reach out:
GitHub Issues: https://github.com/simopoza/game-hub/issues