{"id":21310592,"url":"https://github.com/vehanrajintha/chatx","last_synced_at":"2026-05-20T09:11:08.843Z","repository":{"id":261948212,"uuid":"885674962","full_name":"VehanRajintha/ChatX","owner":"VehanRajintha","description":"Real-time chat web app fully responsive","archived":false,"fork":false,"pushed_at":"2024-11-30T07:41:42.000Z","size":414,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T09:40:39.049Z","etag":null,"topics":["chat","chat-app","chat-application","chatapp","chatapplication","chatgpt-api","react-native","web","webapp"],"latest_commit_sha":null,"homepage":"https://chatlk.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VehanRajintha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-09T04:58:15.000Z","updated_at":"2024-11-30T07:43:31.000Z","dependencies_parsed_at":"2025-01-22T09:40:42.389Z","dependency_job_id":"d42f3646-9cf5-482d-86fa-8abddf07368b","html_url":"https://github.com/VehanRajintha/ChatX","commit_stats":null,"previous_names":["vehanrajintha/chatx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VehanRajintha%2FChatX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VehanRajintha%2FChatX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VehanRajintha%2FChatX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VehanRajintha%2FChatX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VehanRajintha","download_url":"https://codeload.github.com/VehanRajintha/ChatX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790144,"owners_count":20348353,"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":["chat","chat-app","chat-application","chatapp","chatapplication","chatgpt-api","react-native","web","webapp"],"created_at":"2024-11-21T17:14:08.868Z","updated_at":"2026-05-20T09:11:03.803Z","avatar_url":"https://github.com/VehanRajintha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatX - Real-Time Chat Application\n\n![pic1](pic1.jpg)\n![pic2](pic2.jpg)\n\nChatX is a modern, real-time chat application built with React and Firebase. It offers a seamless messaging experience with features like user authentication, real-time messaging, and profile customization.\n\n## Features\n\n### Authentication\n- Email/Password authentication\n- Google Sign-In integration\n- Protected routes for authenticated users\n- User session management\n\n### Chat Features\n- Real-time messaging\n- One-on-one chat conversations\n- Last seen status\n- Online/Offline status\n- Message timestamps\n- Chat history\n\n### User Profile\n- Customizable display names\n- Profile pictures (upload \u0026 update)\n- User status management\n- Privacy settings\n\n### UI/UX\n- Modern, responsive design\n- Dark/Light mode support\n- Clean and intuitive interface\n- Mobile-friendly layout\n- Real-time notifications\n\n## Technologies Used\n\n- **Frontend:**\n  - React.js\n  - React Router DOM\n  - Styled Components\n  - React Icons\n\n- **Backend/Services:**\n  - Firebase Authentication\n  - Firebase Firestore\n  - Firebase Storage\n  - Firebase Analytics\n\n- **Development Tools:**\n  - Create React App\n  - npm/yarn\n  - Git\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n- Node.js (v14 or higher)\n- npm or yarn\n- Git\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/chatx.git\ncd chatx\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Create a Firebase project and obtain your configuration:\n   - Go to the Firebase Console\n   - Create a new project\n   - Enable Authentication (Email/Password and Google Sign-In)\n   - Enable Firestore Database\n   - Enable Storage\n   - Copy your Firebase configuration\n\n4. Create a `.env` file in the root directory and add your Firebase configuration:\n```env\nREACT_APP_FIREBASE_API_KEY=your_api_key\nREACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain\nREACT_APP_FIREBASE_PROJECT_ID=your_project_id\nREACT_APP_FIREBASE_STORAGE_BUCKET=your_storage_bucket\nREACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id\nREACT_APP_FIREBASE_APP_ID=your_app_id\nREACT_APP_FIREBASE_MEASUREMENT_ID=your_measurement_id\n```\n\n5. Start the development server:\n```bash\nnpm start\n# or\nyarn start\n```\n\n## Project Structure\n\n```\nsrc/\n├── components/        # React components\n├── contexts/         # Context providers\n├── utils/            # Utility functions\n├── assets/           # Static assets\n├── firebase.js      # Firebase configuration\n└── App.js           # Main application component\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Firebase team for providing excellent documentation\n- React community for creating amazing libraries\n- All contributors who have helped shape this project\n\n## Contact\n\nYour Name - [@yourusername](https://twitter.com/yourusername)\n\nProject Link: [https://github.com/yourusername/chatx](https://github.com/yourusername/chatx) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvehanrajintha%2Fchatx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvehanrajintha%2Fchatx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvehanrajintha%2Fchatx/lists"}