{"id":49887758,"url":"https://github.com/kiranwankhade/game_of_memory","last_synced_at":"2026-05-15T19:03:40.388Z","repository":{"id":340498620,"uuid":"1118689188","full_name":"kiranwankhade/game_of_memory","owner":"kiranwankhade","description":"Built a full-stack MERN memory game featuring secure authentication, global leaderboard, and real-time score tracking. Designed responsive UI with theme switching and implemented scalable, secure REST APIs.","archived":false,"fork":false,"pushed_at":"2026-02-25T05:11:51.000Z","size":550,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T10:41:32.947Z","etag":null,"topics":["bcryptjs","cors","dotenv","expressjs","jsonwebtoken","mongodb","mongoose","nodejs","react","reactbootstrap","reactdom","reactjs","redux","redux-thunk"],"latest_commit_sha":null,"homepage":"https://game-of-boxes.vercel.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/kiranwankhade.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-18T06:14:44.000Z","updated_at":"2026-02-25T05:11:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kiranwankhade/game_of_memory","commit_stats":null,"previous_names":["kiranwankhade/game_of_memory"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kiranwankhade/game_of_memory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2Fgame_of_memory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2Fgame_of_memory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2Fgame_of_memory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2Fgame_of_memory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiranwankhade","download_url":"https://codeload.github.com/kiranwankhade/game_of_memory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2Fgame_of_memory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33075245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bcryptjs","cors","dotenv","expressjs","jsonwebtoken","mongodb","mongoose","nodejs","react","reactbootstrap","reactdom","reactjs","redux","redux-thunk"],"created_at":"2026-05-15T19:03:37.071Z","updated_at":"2026-05-15T19:03:40.375Z","avatar_url":"https://github.com/kiranwankhade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎮 Game of Memory (Game of Boxes)\n\nA full-stack web-based memory game where users test and improve their memory skills by matching boxes. This project includes secure authentication, modern UI, and a scalable backend architecture.\n\n---\n\n## 🚀 Live Demo  \n[deployed link](https://game-of-boxes.vercel.app/)\n\n---\n\n## 📌 Project Overview  \nGame of Memory is an interactive web application built using the MERN stack. Users can sign up, log in (including Google OAuth), and play a memory game with a smooth and responsive UI. The application follows best practices for scalability, security, and maintainability.\n\n---\n\n## 🛠️ Tech Stack  \n\n### Frontend  \n- React.js (Vite)  \n- Redux Toolkit  \n- React Router  \n- Bootstrap \u0026 React Bootstrap  \n- Axios  \n- Google OAuth  \n- React Toastify  \n\n### Backend  \n- Node.js  \n- Express.js  \n- MongoDB \u0026 Mongoose  \n- JWT Authentication  \n- Google Auth Library  \n- bcryptjs  \n- Helmet \u0026 Rate Limiting  \n- CORS  \n\n---\n\n## ✨ Features  \n\n✅ User authentication (JWT + Google OAuth)  \n✅ Secure password hashing  \n✅ Responsive UI  \n✅ Memory box matching game  \n✅ Redux state management  \n✅ API-based architecture  \n✅ Protected routes  \n✅ Environment-based configuration  \n✅ Scalable and modular project structure  \n\n## 📂 Folder Structure  \n```\ngame_of_memory/\n│\n├── game-of-boxes/\n│   ├── src/\n│   ├── components/\n│   ├── redux/\n│   └── pages/\n│\n├── game-of-boxes-backend/\n│   ├── controllers/\n│   ├── models/\n│   ├── routes/\n│   └── middleware/\n│\n└── README.md\n```\n\n## ⚙️ Installation \u0026 Setup  \n\n### 1️⃣ Clone the Repository  \n\n```bash\ngit clone https://github.com/kiranwankhade/game_of_memory.git\ncd game_of_memory\n```\n\n### 2️⃣ Setup Backend\n```\ncd game-of-boxes-backend\nnpm install\n```\n\n#### Create a .env file inside the backend:\n```\nPORT=5000\nMONGO_URI=your_mongodb_connection\nJWT_SECRET=your_secret_key\nGOOGLE_CLIENT_ID=your_google_client_id\n```\n\n#### Run backend:\n```\nnpm run dev\n```\n\n### 3️⃣ Setup Frontend\n```\ncd game-of-boxes\nnpm install\n```\n\n\n#### Create a .env file inside the backend:\n```\nVITE_API_URL=http://localhost:5000\nVITE_GOOGLE_CLIENT_ID=your_google_client_id\n```\n\n#### Run frontend:\n```\nnpm run dev\n```\n\n## 🔐 Environment Variables  \n\nThis project uses `.env` files for security and configuration. Do not commit these files to version control.\n\n## 📊 API Highlights  \n\nThe backend provides RESTful APIs for:\n- User Authentication (Signup, Login, Logout)\n- Google OAuth Authentication  \n- JWT-based Authorization  \n- Protected Routes  \n- Secure Password Hashing  \n- User Session Handling  \n- Game Logic and Data Management  \n\n## 📦 Deployment  \n\nYou can deploy the project using the following platforms:\n\n### 🌐 Frontend  \n- Vercel → [https://game-of-boxes.vercel.app/]\n\n### ⚙️ Backend  \n- Render → [https://game-of-memory-4k8z.onrender.com] \n\n### 🗄️ Database  \n- MongoDB Atlas\n\n## 📸 Screenshots  \n\n### 🏠 Home \u0026 Theme\n| Light Mode | Dark Mode |\n|------------|------------|\n|  \u003cimg width=\"1360\" height=\"593\" alt=\"home_web\" src=\"https://github.com/user-attachments/assets/435142d9-eef7-4acb-819a-6eaa1b14fc4d\" /\u003e | \u003cimg width=\"1348\" height=\"588\" alt=\"theme\" src=\"https://github.com/user-attachments/assets/a52b2e0d-a709-4f53-9c87-5079aba79a2f\" /\u003e |\n\n---\n\n### 🎮 Game \u0026 Leaderboard\n| Game Screen | Leaderboard |\n|-------------|-------------|\n|  \u003cimg width=\"1360\" height=\"597\" alt=\"game\" src=\"https://github.com/user-attachments/assets/4b99795c-0335-434c-88a9-02f94e19209c\" /\u003e |  \u003cimg width=\"1347\" height=\"598\" alt=\"leaderboard\" src=\"https://github.com/user-attachments/assets/a4c1577f-e840-4ccc-970b-5f18a8e7590d\" /\u003e |\n\n---\n\n### 👤 Profile \u0026 Authentication\n| Profile | Sign In |\n|---------|---------|\n|\u003cimg width=\"1359\" height=\"607\" alt=\"profile\" src=\"https://github.com/user-attachments/assets/2b316338-3100-4b79-bfca-9c6a695464b4\" /\u003e |  \u003cimg width=\"1336\" height=\"596\" alt=\"SignIn\" src=\"https://github.com/user-attachments/assets/5c40f254-5967-41fe-97f7-1755edfe04bf\" /\u003e |\n\n---\n\n### ⚡ UI \u0026 Notifications\n| Toast Message |\n|---------------|\n|\u003cimg width=\"359\" height=\"78\" alt=\"toast\" src=\"https://github.com/user-attachments/assets/2c13a46c-4ccb-4511-bdec-afd554990eee\" /\u003e |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranwankhade%2Fgame_of_memory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiranwankhade%2Fgame_of_memory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranwankhade%2Fgame_of_memory/lists"}