Gameigo is a video game discovery platform where you can keep all your games in one unified profile and create your exclusive collection. The application is powered by a public API provided by RAWG which houses more than 350,000 games across half a hundred platforms.
View the App
·
Report Bug
·
Request Feature
Table of Contents
Gameigo provides users a video game discovery platform where they can explore and create an exclusive collection of video games from around the world. Gameigo provides a simple user interface and a simple user experience. Explore and take a look at what games are trending at the moment.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Get a free API Key from RAWG
- Setup a new project in Firebase
- Clone the repo
git clone https://github.com/AbePlays/Gameigo-NextJS.git
- Install NPM packages
npm install
- Create a new file
.env.local
in the root directory and place all your secrets thereNEXT_PUBLIC_FIREBASE_API_KEY=<YOUR FIREBASE API KEY> NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=<YOUR FIREBASE AUTH DOMAIN> NEXT_PUBLIC_FIREBASE_PROJECT_ID=<YOUR FIREBASE PROJECT ID> NEXT_PUBLIC_RAWG_API_KEY=<YOUR RAWG API KEY>
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request