{"id":29013220,"url":"https://github.com/sayedsheikh/appocean","last_synced_at":"2025-10-19T08:32:27.394Z","repository":{"id":301153745,"uuid":"1008317174","full_name":"SayedSheikh/AppOcean","owner":"SayedSheikh","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-25T11:32:11.000Z","size":1474,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T12:30:02.862Z","etag":null,"topics":["firebase","react","react-router","tailwindcss"],"latest_commit_sha":null,"homepage":"https://app-ocean-42dc1.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/SayedSheikh.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-25T11:04:58.000Z","updated_at":"2025-06-25T11:57:45.000Z","dependencies_parsed_at":"2025-06-25T12:43:32.508Z","dependency_job_id":null,"html_url":"https://github.com/SayedSheikh/AppOcean","commit_stats":null,"previous_names":["sayedsheikh/appocean"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SayedSheikh/AppOcean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FAppOcean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FAppOcean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FAppOcean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FAppOcean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SayedSheikh","download_url":"https://codeload.github.com/SayedSheikh/AppOcean/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedSheikh%2FAppOcean/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937078,"owners_count":23232852,"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":["firebase","react","react-router","tailwindcss"],"created_at":"2025-06-25T19:10:27.273Z","updated_at":"2025-10-19T08:32:27.339Z","avatar_url":"https://github.com/SayedSheikh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌊 AppOcean\n\n## 🚀 Purpose\n\nAppOcean is a modern, fully responsive app store built with React. It offers a seamless user experience for discovering and browsing various applications across different categories. With an intuitive and dynamic interface, AppOcean allows users to find apps quickly and effortlessly.\n\n## 🌐 Live URL\n\n🔗 [AppOcean - Live Demo](https://app-ocean-42dc1.web.app/)\n\n## ✨ Key Features\n\n- **Responsive Design**: Optimized for both desktop and mobile views.\n- **Firebase Authentication**: Secure sign-up, login, and password reset functionality.\n- **Dynamic App Listings**: View apps by category in a user-friendly layout.\n- **React Router**: Smooth page transitions without reloads.\n- **React Icons**: Rich icon set for a visually appealing UI.\n- **React Hot Toast**: Real-time toast notifications for user feedback.\n\n## 📦 npm Packages Used\n\n- [`@tailwindcss/vite`](https://www.npmjs.com/package/@tailwindcss/vite)\n- [`daisyui`](https://www.npmjs.com/package/daisyui)\n- [`firebase`](https://www.npmjs.com/package/firebase)\n- [`react`](https://www.npmjs.com/package/react)\n- [`react-countup`](https://www.npmjs.com/package/react-countup)\n- [`react-dom`](https://www.npmjs.com/package/react-dom)\n- [`react-hot-toast`](https://www.npmjs.com/package/react-hot-toast)\n- [`react-icons`](https://www.npmjs.com/package/react-icons)\n- [`react-router`](https://www.npmjs.com/package/react-router)\n- [`swiper`](https://www.npmjs.com/package/swiper)\n- [`tailwindcss`](https://www.npmjs.com/package/tailwindcss)\n\n## 🛠️ How to Run Locally\n\nFollow these steps to run AppOcean on your local machine:\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/your-username/AppOcean.git\n   cd AppOcean\n\n2. Install Dependencies\n\n    ```bash\n    npm install\n    # or\n    yarn install\n\nStep 3: Set Up Firebase Configuration\n\nCreate a Firebase project at Firebase Console\nEnable Email/Password Authentication\nReplace the Firebase config in src/firebase/firebase.config.js with your own:\n\n    \n    const firebaseConfig = {\n      apiKey: \"YOUR_API_KEY\",\n      authDomain: \"YOUR_AUTH_DOMAIN\",\n      projectId: \"YOUR_PROJECT_ID\",\n      storageBucket: \"YOUR_STORAGE_BUCKET\",\n      messagingSenderId: \"YOUR_SENDER_ID\",\n      appId: \"YOUR_APP_ID\"\n    };\n\n\nStep 4: Run the Development Server\n\n    npm run dev\n    # or\n    yarn dev\n\nThe app will be available at http://localhost:3000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayedsheikh%2Fappocean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayedsheikh%2Fappocean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayedsheikh%2Fappocean/lists"}