https://github.com/rootcircle/arcade-zone
Another game catalogue website written in ReactJS
https://github.com/rootcircle/arcade-zone
Last synced: 8 months ago
JSON representation
Another game catalogue website written in ReactJS
- Host: GitHub
- URL: https://github.com/rootcircle/arcade-zone
- Owner: rootCircle
- License: apache-2.0
- Created: 2023-06-06T15:18:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T17:21:21.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T02:51:09.358Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://arcade-zone.netlify.app/
- Size: 39.1 MB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arcade Zone 🎮
[](https://app.netlify.com/sites/arcade-zone/deploys)
Arcade Zone is a game catalogue website built using ReactJS.
It allows users to browse and search a large collection of games, view their details, and play them online.
## Installation ⚙
To run the project locally, do the following:
1. Clone the Git repository:
``` bash
git clone https://github.com/rootCircle/arcade-zone.git
```
2. Navigate to the project directory:
``` bash
cd arcade-zone/client/arcade-zone
```
3. Install the required dependencies using either Yarn or NPM:
``` bash
yarn
```
or
``` bash
npm i
```
4. Start the development server:
``` bash
yarn dev
```
or
``` bash
npm run dev
```
## Server Setup
1. cd into `server/game-login-sinup`
2. Run `mvn compile` and `mvn package`.
3. To run the server run `./mnvw spring-boot:run`
## Project Structure 🏗
The project is organized as follows:
- client: Contains the front-end code written in ReactJS.
- server: Contains the back-end code implementing the API endpoints.
- public: Contains static assets such as index.html and images.
- package.json: Defines the project dependencies and scripts.
## Contributing 🤝
If you would like to contribute to Arcade Zone, please follow these steps:
1. Create a fork of the project.
2. Implement the feature or fix you want to add.
3. Create a pull request, and get it reviewed before it is merged.
4. If your pull request is accepted, congratulations! You have successfully contributed to the Arcade Zone project.
Please ensure that any code you contribute adheres to the coding standards and guidelines established by the project maintainers.
## Resources 📚
- [GitHub repository](https://github.com/rootCircle/arcade-zone)
- [Issue tracker](https://github.com/rootCircle/arcade-zone/issues)