https://github.com/ref-bit/gampe
A showcase website for all free to play enthusiasts 🤩
https://github.com/ref-bit/gampe
api game-api react react-lazyload react-responsive-modal reactjs tailwindcss tailwindcss-v2
Last synced: 2 months ago
JSON representation
A showcase website for all free to play enthusiasts 🤩
- Host: GitHub
- URL: https://github.com/ref-bit/gampe
- Owner: Ref-Bit
- Created: 2021-07-12T12:33:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T12:56:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T04:29:12.325Z (4 months ago)
- Topics: api, game-api, react, react-lazyload, react-responsive-modal, reactjs, tailwindcss, tailwindcss-v2
- Language: JavaScript
- Homepage: https://gampe.netlify.app/
- Size: 5.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gampe 🎮
A showcase website for all free to play enthusiasts 🤩.***
#### Built With
- [React.js](https://reactjs.org) - A JavaScript library for building user interfaces.
- [Free-to-Play Games Database](https://www.freetogame.com/api-doc) - Track what you've played and search for what to play next! Plus get free premium loot!
- [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework for rapidly building custom designs.
- [react-lazyload](https://github.com/twobin/react-lazyload) - Lazy load your component, image or anything matters the performance.
- [react-responsive-modal](https://react-responsive-modal.leopradel.com) - A simple responsive and accessible react modal.#### Getting Started
- Copy `.env.example` to a new file `.env`
- Add your API url/key from [Free-to-Play Games Database](https://www.freetogame.com/api-doc) and follow the instructions of CORS support.
- Run `yarn install && yarn start` to run the app successfully.