Skip to content

AbePlays/Gameigo

Repository files navigation

Gameigo

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
  1. About The Project
  2. Getting Started
  3. Contributing

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key from RAWG
  2. Setup a new project in Firebase
  3. Clone the repo
    git clone https://github.com/AbePlays/Gameigo-NextJS.git
  4. Install NPM packages
    npm install
  5. Create a new file .env.local in the root directory and place all your secrets there
    NEXT_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>

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)