Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 789 Bytes

File metadata and controls

55 lines (35 loc) · 789 Bytes

Bitbazaar

Bitbazaar

BitBazaar offers an extensive and diverse collection of games and also have a wide range of games available, so you can find the perfect fit for your gaming setup.

Tech Stack

Client: Next.js, TailwindCSS, ReactQuery

Api: Rawg.io

Deployment: Vercel

Features

  • Different Categories
  • Popular List
  • Creators
  • Developers
  • Platforms
  • Game Details

Running Locally

Clone the project

git clone https://github.com/myatminag/BitBazaar.git

Go to the project directory

cd Bitbazaar

Remove remote origin

git remote remove origin

Install dependencies

npm install

Start the server

npm run dev