{"id":27523435,"url":"https://github.com/sahilsonvane/react-chat-app","last_synced_at":"2026-04-10T00:45:47.182Z","repository":{"id":285869502,"uuid":"959612459","full_name":"sahilsonvane/react-chat-app","owner":"sahilsonvane","description":"A real-time chat application built with React and Firebase, featuring authentication, messaging, and media sharing.","archived":false,"fork":false,"pushed_at":"2025-04-12T02:45:30.000Z","size":3290,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T09:32:14.574Z","etag":null,"topics":["contextapi","firebase","reactjs"],"latest_commit_sha":null,"homepage":"https://react-chat-app-0vk7.onrender.com/","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/sahilsonvane.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-04-03T04:23:43.000Z","updated_at":"2025-04-12T02:46:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f0c3891-1f2a-4b04-8cc7-3ea820ee0ebe","html_url":"https://github.com/sahilsonvane/react-chat-app","commit_stats":null,"previous_names":["sahilsonvane/react-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sahilsonvane/react-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsonvane%2Freact-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsonvane%2Freact-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsonvane%2Freact-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsonvane%2Freact-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahilsonvane","download_url":"https://codeload.github.com/sahilsonvane/react-chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahilsonvane%2Freact-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010936,"owners_count":26084837,"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-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["contextapi","firebase","reactjs"],"created_at":"2025-04-18T12:01:07.121Z","updated_at":"2025-10-12T09:33:00.534Z","avatar_url":"https://github.com/sahilsonvane.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Chat App 💬\n\n![App Screenshot](/chat-app.png)\n\nA real-time chat application built with React and Firebase as a learning project to understand core React concepts like state management, hooks, and component architecture. Features authentication, messaging, and media sharing to demonstrate practical implementation of these concepts.\n\n## Live Preview\nhttps://react-chat-app-0vk7.onrender.com\n\n## ✨ Features\n- 🔐 Google Firebase Authentication\n- 💬 Realtime Database for instant messaging\n- 📁 Firebase Storage for file uploads\n- 🎨 Responsive UI with custom themes\n- 👤 User profile management\n\n## 🛠️ Technology Stack\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=for-the-badge\u0026logo=firebase\u0026logoColor=black)\n![Vite](https://img.shields.io/badge/Vite-B73BFE?style=for-the-badge\u0026logo=vite\u0026logoColor=FFD62E)\n\n## 🔥 Firebase Setup (Spark Plan)\n\nThis project uses Firebase's free Spark plan with:\n- Authentication (Google)\n- Realtime Database\n- Cloud Storage\n\n### Configuration\n1. Create a Firebase project at [console.firebase.google.com](https://console.firebase.google.com/)\n2. Enable Authentication, Realtime Database and Storage\n3. Copy your config from Firebase console to `src/config/firebase.js`:\n\n```javascript\nconst firebaseConfig = {\n  apiKey: \"YOUR_API_KEY\",\n  authDomain: \"YOUR_AUTH_DOMAIN\",\n  databaseURL: \"YOUR_DATABASE_URL\",\n  projectId: \"YOUR_PROJECT_ID\",\n  storageBucket: \"YOUR_STORAGE_BUCKET\",\n  messagingSenderId: \"YOUR_SENDER_ID\",\n  appId: \"YOUR_APP_ID\"\n};\n```\n\n## 🚀 Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/sahilsonvane/react-chat-app.git\n```\n\n2. Install dependencies\n```bash\nnpm install\n```\n\n3. Set up Firebase configuration\n```bash\ncp .env.example .env\n# Fill in your Firebase credentials\n```\n\n4. Run the development server\n```bash\nnpm run dev\n```\n\n\n## 🤝 Contributing\nPull requests are welcome!\n\n## 📜 License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilsonvane%2Freact-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahilsonvane%2Freact-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahilsonvane%2Freact-chat-app/lists"}