1
0
Fork
You've already forked Game-grid
0
Fork of Game-grid: a Free-to-play game marketplace, built with React. See Readme.md for details. The link to the deployed react app is only for testing purposes. The repurposing of this app is in development and still a work in progress.
  • JavaScript 94.5%
  • Shell 4%
  • HTML 1.4%
  • CSS 0.1%
2024年02月20日 12:40:45 +01:00
public Corrected genres of Tux! and Open Saucer 2024年02月20日 12:40:45 +01:00
src complete game list added 2024年02月19日 16:59:53 +01:00
util Allow comma-separated list of names for generating multiple similar entries 2024年02月20日 10:48:37 +01:00
.gitignore first commit 2024年02月17日 10:12:54 +01:00
craco.config.js first commit 2024年02月17日 10:12:54 +01:00
electron-builder.json complete game list added 2024年02月19日 16:59:53 +01:00
electron-packager.json complete game list added 2024年02月19日 16:59:53 +01:00
LICENSE.md added GPL 2.0 license 2024年02月19日 22:02:14 +01:00
package-lock.json complete game list added 2024年02月19日 16:59:53 +01:00
package.json complete game list added 2024年02月19日 16:59:53 +01:00
README.md first commit 2024年02月17日 10:12:54 +01:00
screenshot.webp updated screenshot 2024年02月17日 10:23:05 +01:00
webpack.config.js first commit 2024年02月17日 10:12:54 +01:00

Game Grid (fork from https://github.com/Jack-LP/Game-Grid)

Game Grid is originally an e-commerce site and directory of free-to-play games.

The react app has been repurposed and modified to retrieve the game list, screenshots and data from a local json file.

The goal is to create an unofficial foss marketplace to browse, filter and download foss games.

Initially I would only insert LÖVE based games, making it an 'Unofficial LÖVE marketplace' with games selected by me, but the react site can be expanded and repurposed at any time.

This marketplace aims only at helping people find, browse and download games and it is not in any form endorsed or related to any of the engines / framework in which you can filter the games. It is just a 'game search engine' created by a private developer to help people find foss games.

This is the original readme.md:


Table of Contents
  1. About Game Grid
  2. Live site
  3. Built With
  4. Usage
  5. Acknowledgments
  6. Contact

About Game Grid

site-screenshot

Game Grid is an e-commerce site and directory of free-to-play games. Data is pulled from the 'freetogame' API and displayed through various pages using React Router. Clicking on a game displays additional information within its own dynamic route. Games can also be searched for and filtered by genre.

(back to top)

Live Site

Click here to view the site live

(back to top)

Built With

  • Create React App
  • React Router
  • Chakra UI
  • freetogame API

(back to top)

Usage

Features of the website:
  • Randomly selected featured game on home screen
  • Screenshot slideshows for each game
  • Dynamic routes with React Router for each game ID
  • Search for individual games
  • Filter all games by genre in the 'browse' page

(back to top)

Acknowledgments

(back to top)

Contact

Jack Paget - jackpaget1@gmail.com

Project Link: Game Grid

(back to top)