{"id":29130446,"url":"https://github.com/Mohammad7558/Athletic-Core","last_synced_at":"2025-12-30T22:06:48.266Z","repository":{"id":301966340,"uuid":"1010803462","full_name":"Mohammad7558/Athletic-Core-Frontend","owner":"Mohammad7558","description":"A full-stack athletic event management platform built with React, Tailwind CSS, Firebase, and MongoDB.","archived":false,"fork":false,"pushed_at":"2025-06-29T20:49:52.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T21:33:02.886Z","etag":null,"topics":["daisyui","expre","mong","node","react","react-router","tailwindcss"],"latest_commit_sha":null,"homepage":"https://assignment-11-client-sid-64337.web.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/Mohammad7558.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}},"created_at":"2025-06-29T20:42:38.000Z","updated_at":"2025-06-29T20:49:56.000Z","dependencies_parsed_at":"2025-06-29T21:43:12.611Z","dependency_job_id":null,"html_url":"https://github.com/Mohammad7558/Athletic-Core-Frontend","commit_stats":null,"previous_names":["mohammad7558/athletic-core-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohammad7558/Athletic-Core-Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammad7558%2FAthletic-Core-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammad7558%2FAthletic-Core-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammad7558%2FAthletic-Core-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammad7558%2FAthletic-Core-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohammad7558","download_url":"https://codeload.github.com/Mohammad7558/Athletic-Core-Frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohammad7558%2FAthletic-Core-Frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266801361,"owners_count":23986371,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["daisyui","expre","mong","node","react","react-router","tailwindcss"],"created_at":"2025-06-30T04:05:41.493Z","updated_at":"2025-12-30T22:06:48.211Z","avatar_url":"https://github.com/Mohammad7558.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏅 Athletic Event Management System\n\n![Project Banner](https://github.com/Mohammad7558/Athletic-Core-Frontend/blob/main/localhost_5173_.png)\n\n*A full-stack platform for organizing and managing athletic events with real-time booking capabilities*\n\n## 🌟 Live Demo\n🔗 [(https://assignment-11-client-sid-64337.web.app/)]\n\n---\n\n## 🚀 Main Features\n\n- Interactive home page with banner slider and featured events  \n- User authentication via Firebase (email/password + social login)  \n- JWT token based protected routes  \n- Full event management: create, update, delete, and view events  \n- Real-time booking with duplicate booking prevention  \n- Responsive UI with smooth animations (Framer Motion)  \n- Bookings overview in multiple layouts (table \u0026 card)\n\n---\n\n## 🛠 Main Technologies Used\n\n- **Frontend:** React 19, Tailwind CSS, Framer Motion, Firebase Authentication  \n- **Backend:** Node.js, Express.js, JWT Authentication, REST API  \n- **Database:** MongoDB Atlas  \n- **Hosting:** Firebase Hosting (for frontend demo)\n\n---\n\n## 📦 Dependencies\n\n### Frontend Dependencies (client/package.json)\n- react  \n- react-dom  \n- tailwindcss  \n- framer-motion  \n- firebase  \n- react-router-dom  \n- axios  \n\n### Backend Dependencies (server/package.json)\n- express  \n- mongoose  \n- jsonwebtoken  \n- dotenv  \n- cors  \n- bcryptjs  \n\n---\n\n## 💻 Local Installation Guide\n\n### Prerequisites\n- Node.js v16 or higher (https://nodejs.org)  \n- npm v8 or higher (comes with Node.js)  \n- MongoDB Atlas account (https://www.mongodb.com/cloud/atlas)  \n- Firebase project setup (https://console.firebase.google.com)  \n\n## 💻 Local Installation Guide\n\n### 🔧 Prerequisites\n\nBefore you begin, make sure you have the following installed and configured:\n\n- ✅ Node.js v16 or higher 👉 [Download](https://nodejs.org)\n- ✅ npm v8 or higher (comes with Node.js)\n- ✅ MongoDB Atlas account 👉 [Create one](https://www.mongodb.com/cloud/atlas)\n- ✅ Firebase project 👉 [Create one](https://console.firebase.google.com)\n\n---\n\n### 🧪 Steps to Run the Project Locally\n\n#### 1️⃣ Clone the Repository\ngit clone https://github.com/your-username/athletic-event-management.git\u003cbr\u003e\ncd athletic-event-management\n\n#### 2️⃣ Install Backend Dependencies\ncd server\nnpm install\n\n#### 3️⃣ Install Frontend Dependencies\ncd ../client\nnpm install\n\n### 4️⃣ Configure Environment Variables\nCreate a .env file inside the /server directory and add the following:\n\nenv\nPORT=5000\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret_key\n\nFIREBASE_API_KEY=your_firebase_api_key\nFIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\nFIREBASE_PROJECT_ID=your_firebase_project_id\n⚠️ Replace the placeholder values with your actual credentials from MongoDB and Firebase.\n\n### 5️⃣ Run the Backend Server\ncd ../server\nnpm run dev\n\n### 6️⃣ Run the Frontend Client (in a new terminal)\ncd ../client\nnpm run dev\n\n### 🌐 Access the App in Browser\nhttp://localhost:5173\n\n### 📌 Tips \u0026 Troubleshooting\n✅ Make sure your MongoDB Atlas cluster allows your current IP address.\n\n✅ In Firebase, enable Email/Password and Google login providers under Authentication → Sign-in method.\n\n⚠️ If any port conflict occurs, change it in your .env or vite.config.js.\n\nhttps://github.com/Mohammad7558/Athletic-Core-Frontend/blob/main/localhost_5173_.png\n\ni want to show my project ss how to dot that \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMohammad7558%2FAthletic-Core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMohammad7558%2FAthletic-Core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMohammad7558%2FAthletic-Core/lists"}