{"id":23866037,"url":"https://github.com/apfirebolt/next_games","last_synced_at":"2026-05-07T02:31:25.805Z","repository":{"id":270603023,"uuid":"910856669","full_name":"Apfirebolt/next_games","owner":"Apfirebolt","description":"A game database UI application created using Next JS containing data for around 60K games across all consoles","archived":false,"fork":false,"pushed_at":"2025-01-04T18:17:04.000Z","size":327,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T14:37:25.093Z","etag":null,"topics":["api-integration","games-api","headlessui","nextjs","nextjs14","redux","redux-toolkit","tailwindcss"],"latest_commit_sha":null,"homepage":"https://next-games-six.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Apfirebolt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01-01T16:38:28.000Z","updated_at":"2025-01-04T18:17:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d361412-111a-4e1b-972e-f324d6d8a9b0","html_url":"https://github.com/Apfirebolt/next_games","commit_stats":null,"previous_names":["apfirebolt/next_games"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Apfirebolt/next_games","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fnext_games","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fnext_games/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fnext_games/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fnext_games/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apfirebolt","download_url":"https://codeload.github.com/Apfirebolt/next_games/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fnext_games/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32720109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-integration","games-api","headlessui","nextjs","nextjs14","redux","redux-toolkit","tailwindcss"],"created_at":"2025-01-03T09:35:20.156Z","updated_at":"2026-05-07T02:31:25.774Z","avatar_url":"https://github.com/Apfirebolt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge\u0026logo=nextdotjs\u0026logoColor=white)\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Headless UI](https://img.shields.io/badge/Headless--UI-4B5563?style=for-the-badge\u0026logo=headlessui\u0026logoColor=white)\n![Axios](https://img.shields.io/badge/Axios-5A29E4?style=for-the-badge\u0026logo=axios\u0026logoColor=white)\n\n# Next.js Database Application for Games\n\n## Introduction\n\nThis project is a simple Next.js application that serves as a database for games. It allows users to view game entries from the API https://softgenie.org/api/games. The application is built using Next.js for server-side rendering and optimized performance. It uses Material UI for beautiful styled components following Material design patterns.\n\nThe project is deployed here https://next-games-database.vercel.app for the time being.\n\n## Features\n\n- View a list of games\n- Material UI is used for UI components\n- Responsive design for mobile and desktop\n\n## Technologies Used\n\n- **Next.js**: A React framework for server-side rendering and static site generation\n- **React**: A JavaScript library for building user interfaces\n- **Headless UI**: For styling components\n- **Tailwind CSS**: Utility-based CSS library to apply styling to the application\n- **Axios**: For making HTTP requests to a backend API\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- You have installed Node.js and npm.\n- You have a basic understanding of JavaScript and React.\n\n## Installation\n\nTo install the project, follow these steps:\n\n1. Clone the repository:\n\n    ```sh\n    git clone https://github.com/your-username/next_games_database.git\n    cd next_games_database\n    ```\n\n2. Install the dependencies:\n\n    ```sh\n    npm install\n    ```\n\n3. Start the development server:\n\n    ```sh\n    npm run dev\n    ```\n\n## Usage\n\nTo use the application, follow these steps:\n\n1. Open your browser and navigate to `http://localhost:3000`.\n2. Browse the list of games.\n\n## Screenshots\n\nThis is the games list page\n\n![Screenshot](/screenshots/1.jpeg)\n\nScreenshot of the image modal\n\n![Screenshot](/screenshots/2.jpeg)\n\n## Project Structure\n\nAfter creating the project, your directory structure should look like this:\n\n```\nnext_games_database/\n├── node_modules/\n├── screenshots/\n├── public/\n│   ├── favicon.ico\n│   └── vercel.svg\n|   |── next.svg\n├── src/\n│   ├── app/\n│   ├── components/\n|   ├── features/\n│   ├── middleware.js\n│   ├── store.js\n│   ├── next.config.mjs\n│   ├── .gitignore\n│   ├── package.json\n│   ├── README.md\n│   └── next.config.js\n```\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n- `npm run dev`: Starts the development server.\n- `npm run build`: Bundles the app into static files for production.\n- `npm start`: Starts the production server.\n\n## Contributing\n\nContributions are always welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature/your-feature`).\n6. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n## Learn More\n\nTo learn more about Next.js and React, check out the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [React Documentation](https://reactjs.org/)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Fnext_games","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapfirebolt%2Fnext_games","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Fnext_games/lists"}