Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/georgewpark/free-to-play-games

Using React to display and filter free-to-play games retrieved from the FreeToGame API.
https://github.com/georgewpark/free-to-play-games

free-to-play games react tailwindcss typescript

Last synced: about 2 months ago
JSON representation

Using React to display and filter free-to-play games retrieved from the FreeToGame API.

Awesome Lists containing this project

README

        

# Free-To-Play Games

Using React to display and filter free-to-play games retrieved from the [FreeToGame API](https://www.freetogame.com/api-doc).

![Project Title Demo](demo-image.jpg 'Free-To-Play Games Demo')

## Live Demo

A live demo is available on [Netlify](https://free-to-play-games.netlify.app/) and [CodePen](https://codepen.io/GeorgePark/full/vYQjWXO).

## License

This project is licensed under the MIT License - see the [license.md](license.md) file for details.

## Project Setup

From the root directory, install project dependencies by running `npm install` from the terminal.

Build the files and start the local dev server by running `npm run dev` from the terminal. This should open the dev site automatically at http://localhost:3000/.

You can build the files without starting the dev server by running `npm run build` from the terminal to compile the development build or `npm run prod` to compile the production build.