{"id":26538555,"url":"https://github.com/nicolasoyarce/rawg-game-library","last_synced_at":"2026-04-10T07:55:25.506Z","repository":{"id":283420135,"uuid":"950403663","full_name":"nicolasOyarce/rawg-game-library","owner":"nicolasOyarce","description":"A web application built with React, Vite, TypeScript, and Tailwind CSS that allows users to search and view information about video games using the RAWG API.","archived":false,"fork":false,"pushed_at":"2025-03-20T05:55:11.000Z","size":945,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T06:30:39.449Z","etag":null,"topics":["api","react","tailwindcss","typescript","vercel","vite"],"latest_commit_sha":null,"homepage":"https://rawg-game-library.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolasOyarce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-18T05:29:35.000Z","updated_at":"2025-03-20T05:55:14.000Z","dependencies_parsed_at":"2025-03-20T06:40:58.055Z","dependency_job_id":null,"html_url":"https://github.com/nicolasOyarce/rawg-game-library","commit_stats":null,"previous_names":["nicolasoyarce/rawg-game-library"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasOyarce%2Frawg-game-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasOyarce%2Frawg-game-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasOyarce%2Frawg-game-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasOyarce%2Frawg-game-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolasOyarce","download_url":"https://codeload.github.com/nicolasOyarce/rawg-game-library/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880659,"owners_count":20525515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","react","tailwindcss","typescript","vercel","vite"],"created_at":"2025-03-21T23:18:34.768Z","updated_at":"2026-04-10T07:55:25.476Z","avatar_url":"https://github.com/nicolasOyarce.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎮 RAWG GAME LIBRARY\n\nA web application built with **React, Vite, TypeScript, and Tailwind CSS** that allows users to search and view information about video games using the RAWG API.\n\n\u003e [!IMPORTANT]   \n\u003e You can visit the page with the following url =\u003e https://rawg-game-library.vercel.app/\n\n## 🚀 Technologies Used\n\n- **React + Vite**: Fast and efficient project setup.\n- **TypeScript**: Ensures type safety and better code maintainability.\n- **Tailwind CSS**: Provides a utility-first approach to styling.\n- **Axios**: Handles API requests to RAWG.\n\n## 📌 Features\n\n✔️ **Homepage** displaying a list of video games sorted by **Metacritic score**.  \n✔️ **Advanced filters** to search by **year, genre, platform, tags, and developer**.  \n✔️ **Search bar** to find video games by name.  \n✔️ **Detail page** with comprehensive information, including:\n   - Title\n   - Genre\n   - Rating\n   - Cover image\n   - Platforms\n   - Release year\n   - Trailers (if available)\n\n## 🎨 Screenshots\n\n![Image Rawg Game Library](/public/images/imageReadme.png)\n\n## 🔧 Installation \u0026 Setup\n\n#### 1️⃣ Clone the repository\n```bash\ngit clone https://github.com/nicolasOyarce/rawg-game-library.git\ncd rawg-game-library\n```\n\n#### 2️⃣ Install dependencies\n```bash\nnpm install\n```\n\n#### 3️⃣ Configure API Key\nCreate a .env file in the project root and add your RAWG API Key:\n```env\nVITE_RAWG_API_KEY=your_api_key_here\n```\n\n#### 4️⃣ Start the application\n```bash\nnpm run dev\n```\nThe application will be available at http://localhost:5173.\n\n## 📁 Project Structure\n```\n📦 rawg-game-library\n├── 📂 src\n│   ├── 📂 components  # Reusable UI components\n│   ├── 📂 pages       # Main application pages\n│   ├── 📂 services    # API calls\n│   ├── 📂 hooks       # Custom hooks\n│   ├── 📂 types       # TypeScript definitions\n│   ├── App.tsx        # Main application component\n│   ├── main.tsx       # React rendering entry point\n│   ├── index.css      # Global styles using Tailwind CSS\n├── .env               # Environment variables\n├── package.json       # Dependencies and scripts\n```\n\n## 🛠️ Additional Libraries\n\n- React Router: For handling page navigation.\n- React Query (optional): For better data fetching and caching management.\n\n## 📜 Considerations\n\n- The code is structured and documented for easy maintenance.\n- The project follows a modular architecture, separating components, services, hooks, and types.\n- The application is fully responsive thanks to Tailwind CSS.\n\n## 📄 License\n\nThis project is licensed under the MIT License. Feel free to use and modify it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasoyarce%2Frawg-game-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolasoyarce%2Frawg-game-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasoyarce%2Frawg-game-library/lists"}