Game-Hub is a React-based application that showcases various games in a user-friendly web interface. Users can browse games, get detailed information, and play their favorites directly through the web app.
Before you begin, ensure you have met the following requirements:
To install Game-Hub, follow these steps:
-
Clone the repository:
git clone https://github.com/robberbadeia/react_repo.git
-
Navigate to the project directory:
cd game-hub -
Install dependencies:
npm install
or if you are using yarn:
yarn install
-
Running Locally:
npm start
or if you are using yarn:
yarn start
Open http://localhost:3000 in your browser to view the application.
This project is licensed under the MIT License - see the LICENSE file for details.