GG Games is a project that let users search for games to play.
By clicking on a game, the user can see detailed information about it.
The data is being fetched from the following API: MMO Bomb
https://game-finder-ggalupo.vercel.app/
You'll need an API key for the requests. If you don't have one, go to Rapid API, create your account and get it.
On the project root, there is a file named .env.example. Rename it to .env.local and add your key after = signal.
Example:
RAPIDAPI_KEY=your-key-hereClone the project
git clone https://github.com/GGalupo/gg-games.gitGo to the project directory
cd gg-gamesInstall dependencies
npm install
# or
yarnStart the project (dev)
npm run dev
# or
yarn devStart the project (prod)
npm run build
# or
yarn build npm run start
# or
yarn startOpen http://localhost:3000 on your browser to see the project.
- NextJS
- ReactJS
- TypeScript
- Styled-components
- Axios
- React-icons