{"id":21184475,"url":"https://github.com/pintu544/frontendauthsocket","last_synced_at":"2026-05-14T05:32:21.953Z","repository":{"id":261717012,"uuid":"884953519","full_name":"pintu544/FrontendAuthSocket","owner":"pintu544","description":" Real-time dashboard application where admins can manage players and monitor their activity, while players can engage by clicking a “Banana” button and track their ranking in real-time. ","archived":false,"fork":false,"pushed_at":"2024-11-08T02:10:41.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T14:47:32.727Z","etag":null,"topics":["localstorage","react","react-router-dom","react-toastify","socket-io"],"latest_commit_sha":null,"homepage":"https://registrationloginsocket.netlify.app/","language":"JavaScript","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/pintu544.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":"2024-11-07T17:23:29.000Z","updated_at":"2024-11-08T02:10:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c899a01-7c76-4dac-95d5-3b2c15fc36cd","html_url":"https://github.com/pintu544/FrontendAuthSocket","commit_stats":null,"previous_names":["pintu544/frontendauthsocket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintu544%2FFrontendAuthSocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintu544%2FFrontendAuthSocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintu544%2FFrontendAuthSocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pintu544%2FFrontendAuthSocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pintu544","download_url":"https://codeload.github.com/pintu544/FrontendAuthSocket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243654399,"owners_count":20325892,"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":["localstorage","react","react-router-dom","react-toastify","socket-io"],"created_at":"2024-11-20T18:09:00.595Z","updated_at":"2026-05-14T05:32:21.908Z","avatar_url":"https://github.com/pintu544.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\n\u003chead\u003e\n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n \n  \u003clink rel=\"stylesheet\" href=\"https://stackedit.io/style.css\" /\u003e\n\u003c/head\u003e\n\n\u003cbody class=\"stackedit\"\u003e\n  \u003cdiv class=\"stackedit__html\"\u003e\u003ch1 id=\"fruits-click-game-dashboard---frontend\"\u003eFruits Click Game Dashboard - Frontend\u003c/h1\u003e\n\u003cp\u003eThis is the \u003cstrong\u003efrontend\u003c/strong\u003e portion of the Fruits Click Game Dashboard, a real-time dashboard application where players can engage in a “Banana Click” game and track their ranking in real-time. Admins can manage players and monitor player activity.\u003c/p\u003e\n\u003ch2 id=\"features\"\u003eFeatures\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eUser Authentication\u003c/strong\u003e: Login and registration with JWT-based authentication.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eAdmin Dashboard\u003c/strong\u003e:\n\u003cul\u003e\n\u003cli\u003eUser management (create, edit, delete players).\u003c/li\u003e\n\u003cli\u003eBlocking and unblocking users.\u003c/li\u003e\n\u003cli\u003eViewing active users with real-time updates on banana click counts.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003ePlayer Dashboard\u003c/strong\u003e:\n\u003cul\u003e\n\u003cli\u003eBanana click button to increase count.\u003c/li\u003e\n\u003cli\u003eReal-time click count updates.\u003c/li\u003e\n\u003cli\u003eRank page with real-time ranking of players based on click counts.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eReal-Time Updates\u003c/strong\u003e: Integrated \u003ca href=\"http://Socket.io\"\u003eSocket.io\u003c/a\u003e to ensure click counts and rankings update live.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2 id=\"tech-stack\"\u003eTech Stack\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eReact\u003c/strong\u003e - Frontend framework\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003ca href=\"http://Socket.io\"\u003eSocket.io\u003c/a\u003e\u003c/strong\u003e - Real-time communication\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eJWT\u003c/strong\u003e - Authentication and authorization\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eCSS\u003c/strong\u003e - Styling\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 id=\"setup-and-installation\"\u003eSetup and Installation\u003c/h2\u003e\n\u003ch3 id=\"clone-the-repository\"\u003eClone the Repository\u003c/h3\u003e\n\u003cp\u003ebash\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e`git clone https://github.com/pintu544/FrontendAuthSocket.git\ncd FrontendAuthSocket` \n\u003c/code\u003e\u003c/pre\u003e\n\u003ch3 id=\"install-dependencies\"\u003eInstall Dependencies\u003c/h3\u003e\n\u003cp\u003ebash\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e\n`npm install` \n\u003c/code\u003e\u003c/pre\u003e\n\u003ch3 id=\"environment-variables\"\u003eEnvironment Variables\u003c/h3\u003e\n\u003cp\u003eCreate a \u003ccode\u003e.env\u003c/code\u003e file in the project root and configure the following environment variables:\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e\n`REACT_APP_BACKEND_URL=http://your-backend-url\nREACT_APP_SOCKET_URL=http://your-socket-url` \n\u003c/code\u003e\u003c/pre\u003e\n\u003ch3 id=\"running-the-application\"\u003eRunning the Application\u003c/h3\u003e\n\u003cp\u003eTo start the development server, run:\u003c/p\u003e\n\u003cp\u003ebash\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e\n`npm run  dev` \n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThe frontend should be running at \u003ccode\u003ehttp://localhost:5173\u003c/code\u003e.\u003c/p\u003e\n\u003ch3 id=\"live-demo\"\u003eLive Demo\u003c/h3\u003e\n\u003cp\u003eThe live frontend demo is available \u003ca href=\"https://registrationloginsocket.netlify.app/\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch2 id=\"project-structure\"\u003eProject Structure\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003eFrontendAuthSocket/ ├── public/ # Public assets ├── src/ │ ├── assets/ │ ├── pages/ # Page components (register,login,Admin Dashboard, Player Dashboard) │ ├── services/ # API services and utilities │ ├── context/ # Socket.io client configuration ├── styles/ # css files │ └── App.js # Main app component └── package.json\u003c/code\u003e\u003c/p\u003e\n\u003c/div\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpintu544%2Ffrontendauthsocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpintu544%2Ffrontendauthsocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpintu544%2Ffrontendauthsocket/lists"}