Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/georgewpark/free-to-play-games
- Owner: georgewpark
- License: mit
- Created: 2023-07-11T19:01:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-28T13:08:06.000Z (5 months ago)
- Last Synced: 2024-07-28T14:31:18.695Z (5 months ago)
- Topics: free-to-play, games, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://free-to-play-games.netlify.app/
- Size: 1.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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.