{"id":24654961,"url":"https://github.com/ayeshaferdous/athleon","last_synced_at":"2026-04-09T19:55:42.821Z","repository":{"id":271456168,"uuid":"912184956","full_name":"AyeshaFerdous/Athleon","owner":"AyeshaFerdous","description":"The Athleon is a responsive e-commerce platform that allows customers to browse, purchase, and review various sports accessories. ","archived":false,"fork":false,"pushed_at":"2025-02-05T11:30:45.000Z","size":718,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T01:43:43.350Z","etag":null,"topics":["express-js","firebase","mongodb","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://athleon-c6cfa.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/AyeshaFerdous.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":"2025-01-04T21:01:48.000Z","updated_at":"2025-02-05T11:30:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0d1e03e-e807-4372-b3ab-a6f70757123c","html_url":"https://github.com/AyeshaFerdous/Athleon","commit_stats":null,"previous_names":["ayeshaferdous/athleon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeshaFerdous%2FAthleon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeshaFerdous%2FAthleon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeshaFerdous%2FAthleon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AyeshaFerdous%2FAthleon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AyeshaFerdous","download_url":"https://codeload.github.com/AyeshaFerdous/Athleon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722651,"owners_count":20499153,"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":["express-js","firebase","mongodb","reactjs","tailwindcss"],"created_at":"2025-01-25T22:19:20.973Z","updated_at":"2025-10-15T02:57:13.806Z","avatar_url":"https://github.com/AyeshaFerdous.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Athleon\n\n## Live Site URL\n[Visit Athleon](https://athleon-c6cfa.web.app/)\n\n## Description\nThe **Athleon** is a responsive e-commerce platform that allows customers to browse, purchase, and review various sports accessories. It provides a wide range of products, including gear and apparel, catering to different sports disciplines. The website supports user authentication and easy product management, making it a seamless shopping experience.\n\n## Key Features\n- **Responsive Design**: Optimized for both desktop and mobile devices.\n- **Product Catalog**: A wide variety of sports gear, apparel, and accessories categorized by sport.\n- **User Authentication**: Secure login and registration system for users to manage their accounts.\n- **Product Management**: Admin panel to add, update, and delete products.\n- **Sorts**: Easily sort products with sort functionality by  price.\n\n  \n\n## Technology Stack:\n- **Frontend**: React, Tailwind CSS, Firebase Authentication\n- **Backend**: Node.js, Express.js, MongoDB\n- **Hosting**: Firebase for the client-side, Vercel for server-side\n- **Database**: MongoDB \n\n### Key Dependencies:\n- **React** for the frontend user interface.\n- **Tailwind CSS** for styling the application.\n- **Firebase** for authentication and managing real-time data.\n- **Express.js** and **MongoDB** for the backend.\n- **dotenv** for handling environment variables.\n\n## Installation Guide\n\nTo run this project locally, follow the steps below:\n\n### 1. Clone the Repository:\n```bash\ngit clone https://github.com/AyeshaFerdous/athleon.git\ncd athleon\n```\n\n### 2. Install dependencies\n\nRun the following command to install the necessary dependencies:\n\n```bash\nnpm install\n```\n\n### 3. Set up environment variables\n\nTo configure the backend services like Firebase and MongoDB, you'll need to set up environment variables. Create a .env file in the root of the project and add the following:\n\n```bash\nREACT_APP_FIREBASE_API_KEY=your-firebase-api-key\nREACT_APP_FIREBASE_AUTH_DOMAIN=your-firebase-auth-domain\nREACT_APP_FIREBASE_PROJECT_ID=your-firebase-project-id\nREACT_APP_FIREBASE_STORAGE_BUCKET=your-firebase-storage-bucket\nREACT_APP_FIREBASE_MESSAGING_SENDER_ID=your-firebase-messaging-sender-id\nREACT_APP_FIREBASE_APP_ID=your-firebase-app-id\n```\n\nMake sure to replace your-* with actual credentials from your Firebase project.\n\n### 4. Run the project\n\nOnce the dependencies are installed and environment variables are configured, you can run the project locally using:\n\n```bash\nnpm start\n```\n\nThis will start the development server and open the project in your default browser. You can now begin working with the Roomify Platform locally.\n\n## 🔧 Backend Setup (Optional)\n\nIf you want to set up the backend locally for testing purposes:\n\n1. Navigate to the server directory (if applicable).\n2. Install backend dependencies:\n\n```bash\nnpm install\n```\n\n3. Create a .env file in the backend directory with the following credentials:\n\n```bash\nMONGO_URI=your-mongo-db-uri\n```\n\n\n4. Start the backend server:\n\n```bash\nnpm run dev\n```\n\nYour backend will now be running, and you can test the API along with the frontend.\n\n---\n\nThat's it! You're all set up to explore and contribute to the *Athleon Platform*. Enjoy your journey! 🚀\n```\n\nThis is a full setup guide that includes the necessary dependencies, local environment setup, and backend instructions for the *Athleon Platform* project. You can copy this into your README.md file for better clarity.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayeshaferdous%2Fathleon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayeshaferdous%2Fathleon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayeshaferdous%2Fathleon/lists"}