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

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 🤩

Awesome Lists containing this project

README

        

## Gampe 🎮
A showcase website for all free to play enthusiasts 🤩.

***
![Showcase](./public/showcase.png)

#### 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.