GameFinder (OutOfOrder) 🎮
Welcome to GameFinder - your ultimate destination for discovering new video games tailored to your preferences and interests. Whether you're a casual gamer looking for a fun way to spend an evening or a hardcore enthusiast in search of your next obsession, GameFinder is here to guide you.
Inspired by the magnificent rawg.io, this platform is built with modern web technologies to offer a seamless user experience.
- Frontend: React (with TypeScript)
- Build Tool: Vite
- Backend: Express.js
- Data Source: Rawg.io
- Node.js & npm
- A rawg.io API key. Register on rawg.io to obtain one.
- Clone Repo
- cd GameFinder/game-finder
- npm install
- Create a .env file in the root directory of the frontend and set up your rawg.io API key
- RAWG_API_KEY=your_api_key_here
- npm run dev
- cd GameFinder/game-finder/server
- npm install
- npm start
Feel free to contribute to GameFinder. Fork the repository, make your changes, and submit a pull request. Any contributions, whether big or small, are greatly appreciated.