{"id":22492456,"url":"https://github.com/imadmi/transcendence-","last_synced_at":"2026-04-09T17:54:46.433Z","repository":{"id":221191366,"uuid":"737509858","full_name":"imadmi/Transcendence-","owner":"imadmi","description":"This project aims to create an online gaming \u0026 chatting platform.","archived":false,"fork":false,"pushed_at":"2024-02-14T23:29:35.000Z","size":23307,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T20:04:11.544Z","etag":null,"topics":["nestjs","nextjs","postgresql","prisma-orm","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imadmi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-31T10:13:28.000Z","updated_at":"2024-06-11T16:04:03.000Z","dependencies_parsed_at":"2024-02-11T23:21:12.702Z","dependency_job_id":"5063cfd4-8ec1-4295-86be-7e738a502e3e","html_url":"https://github.com/imadmi/Transcendence-","commit_stats":null,"previous_names":["imadmi/web_project","imadmi/transcendence-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imadmi/Transcendence-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imadmi%2FTranscendence-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imadmi%2FTranscendence-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imadmi%2FTranscendence-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imadmi%2FTranscendence-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imadmi","download_url":"https://codeload.github.com/imadmi/Transcendence-/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imadmi%2FTranscendence-/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262842917,"owners_count":23373165,"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":["nestjs","nextjs","postgresql","prisma-orm","tailwindcss"],"created_at":"2024-12-06T18:17:47.511Z","updated_at":"2025-12-30T22:20:37.203Z","avatar_url":"https://github.com/imadmi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cbody\u003e\n\n  \u003csection\u003e\n    \u003ch1\u003eOverview\u003c/h1\u003e\n    \u003cp\u003eThis project aims to create a comprehensive online gaming platform with a focus on playing Pong versus other players. The website is designed with security, functionality, and user experience in mind.\u003c/p\u003e\n  \u003c/section\u003e\n\n  \u003csection\u003e\n    \u003ch1\u003eTechnology Stack\u003c/h1\u003e\n    \u003cul\u003e\n      \u003cli\u003eBackend: NestJS\u003c/li\u003e\n      \u003cli\u003eFrontend: TypeScript framework of your choice\u003c/li\u003e\n      \u003cli\u003eDatabase: PostgreSQL\u003c/li\u003e\n      \u003cli\u003eDeployment: Docker with a single launch command: \u003ccode\u003edocker-compose up --build\u003c/code\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/section\u003e\n\n  \u003csection\u003e\n    \u003ch1\u003eDevelopment Guidelines\u003c/h1\u003e\n    \u003cul\u003e\n      \u003cli\u003eUse the latest stable versions of all libraries and frameworks.\u003c/li\u003e\n      \u003cli\u003eEnsure the website is a single-page application for smooth navigation.\u003c/li\u003e\n      \u003cli\u003eCompatibility with the latest stable version of Google Chrome and one additional web browser of your choice.\u003c/li\u003e\n      \u003cli\u003eNo unhandled errors or warnings during website browsing.\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/section\u003e\n\n  \u003csection\u003e\n    \u003ch1\u003eSecurity Concerns\u003c/h1\u003e\n    \u003cul\u003e\n      \u003cli\u003ePasswords stored in the database must be hashed.\u003c/li\u003e\n      \u003cli\u003eProtection against SQL injections.\u003c/li\u003e\n      \u003cli\u003eImplement server-side validation for forms and user input.\u003c/li\u003e\n      \u003cli\u003eUtilize a strong password hashing algorithm.\u003c/li\u003e\n      \u003cli\u003eStore sensitive information in a local \u003ccode\u003e.env\u003c/code\u003e file, not in version control, to avoid security risks.\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/section\u003e\n\n  \u003csection\u003e\n    \u003ch1\u003eUser Account Management\u003c/h1\u003e\n    \u003cul\u003e\n      \u003cli\u003eLogin using the OAuth system of 42 intranet.\u003c/li\u003e\n      \u003cli\u003eChoose a unique display name and upload an avatar.\u003c/li\u003e\n      \u003cli\u003eEnable two-factor authentication (e.g., Google Authenticator or text message).\u003c/li\u003e\n      \u003cli\u003eAdd other users as friends, view their status, and display stats on the user profile.\u003c/li\u003e\n      \u003cli\u003eMaintain a Match History for 1v1 games, ladder, and other useful information.\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/section\u003e\n\n  \u003csection\u003e\n    \u003ch1\u003eChat Functionality\u003c/h1\u003e\n    \u003cul\u003e\n      \u003cli\u003eCreate public, private, or password-protected chat channels.\u003c/li\u003e\n      \u003cli\u003eSend direct messages to other users.\u003c/li\u003e\n      \u003cli\u003eBlock other users to avoid receiving messages.\u003c/li\u003e\n      \u003cli\u003eChannel owners/administrators can manage channel settings, including passwords and user permissions.\u003c/li\u003e\n      \u003cli\u003eInvite other users to play Pong through the chat interface.\u003c/li\u003e\n      \u003cli\u003eAccess other players' profiles within the chat interface.\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/section\u003e\n\n  \u003csection\u003e\n    \u003ch1\u003ePong Game Integration\u003c/h1\u003e\n    \u003cul\u003e\n      \u003cli\u003ePlay live Pong games directly on the website.\u003c/li\u003e\n      \u003cli\u003eImplement a matchmaking system for automatic player pairing.\u003c/li\u003e\n      \u003cli\u003eOffer customization options such as power-ups or different maps.\u003c/li\u003e\n      \u003cli\u003eEnsure the game is responsive, considering network issues like disconnection or lag.\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/section\u003e\n# Project Screenshots\n\n\nhttps://github.com/imadmi/web_project/assets/81130422/c249c4c6-47a8-400d-87eb-6c5c5b6539c1\n\n\nhttps://github.com/imadmi/web_project/assets/81130422/1a824437-bfcb-432c-9ded-7a390022e297\n\n\n## Landing Page\n\n![Landing Page](https://github.com/imadmi/web_project/assets/81130422/38a14040-ecc5-4fa6-b8ee-c7f2db63f69d)\n\n## Sign Up\n![Sign Up](https://github.com/imadmi/web_project/assets/81130422/569fed33-1fa3-44ce-b302-815654cfbdae)\n\n## Sign In\n![Sign In](https://github.com/imadmi/web_project/assets/81130422/35ce686b-46e6-4a43-81b9-4545673b9083)\n\n## Profile\n![Profile](https://github.com/imadmi/web_project/assets/81130422/ebd7dc79-111b-45ab-bf88-2ee15b0ca695)\n\n## Notifications\n![Notifications](https://github.com/imadmi/web_project/assets/81130422/58241cad-8c3c-4edb-9128-6e600ac724d4)\n\n## Leaderboard\n![Leaderboard](https://github.com/imadmi/web_project/assets/81130422/ab77325f-afac-411b-921c-527a090840ce)\n\n## Friends\n![Friends](https://github.com/imadmi/web_project/assets/81130422/0e85a84a-e0be-48ee-95c7-c0fa043193c8)\n\n## Channels\n![Channels](https://github.com/imadmi/web_project/assets/81130422/755e82e6-5c58-4dcd-9f7d-4b367bf2396c)\n\n## Chat\n![Chat](https://github.com/imadmi/web_project/assets/81130422/559fd6c1-7961-49b4-ab05-9b2cc6580e33)\n\n## Game\n![Game](https://github.com/imadmi/web_project/assets/81130422/df754423-7f09-46fb-bdae-47660e64ba4c)\n\n\u003c/div\u003e\n\n\u003c/body\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimadmi%2Ftranscendence-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimadmi%2Ftranscendence-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimadmi%2Ftranscendence-/lists"}