{"id":23069835,"url":"https://github.com/diptadip/chatterfly","last_synced_at":"2026-05-02T17:34:58.827Z","repository":{"id":196595053,"uuid":"696648823","full_name":"Diptadip/ChatterFly","owner":"Diptadip","description":"A React Chat app that allows users to have a realtime chat.","archived":false,"fork":false,"pushed_at":"2023-09-28T13:38:09.000Z","size":243,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T10:13:31.910Z","etag":null,"topics":["firebase","firestore","reactjs","sass"],"latest_commit_sha":null,"homepage":"","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/Diptadip.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":"2023-09-26T07:05:56.000Z","updated_at":"2023-09-29T09:10:34.000Z","dependencies_parsed_at":"2025-02-08T23:34:40.072Z","dependency_job_id":null,"html_url":"https://github.com/Diptadip/ChatterFly","commit_stats":null,"previous_names":["diptadip/chatterfly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Diptadip/ChatterFly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diptadip%2FChatterFly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diptadip%2FChatterFly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diptadip%2FChatterFly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diptadip%2FChatterFly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Diptadip","download_url":"https://codeload.github.com/Diptadip/ChatterFly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diptadip%2FChatterFly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000855,"owners_count":26082950,"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-09T02:00:07.460Z","response_time":59,"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":["firebase","firestore","reactjs","sass"],"created_at":"2024-12-16T06:17:39.639Z","updated_at":"2025-10-09T06:07:02.193Z","avatar_url":"https://github.com/Diptadip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatterFly\n\n![builtwithlove](https://forthebadge.com/images/badges/built-with-love.svg)\n ![react](https://img.shields.io/badge/React-61DAFB.svg?style=for-the-badge\u0026logo=React\u0026logoColor=black) ![firebase](https://img.shields.io/badge/Firebase-FFCA28.svg?style=for-the-badge\u0026logo=Firebase\u0026logoColor=black)\n\n\n\nA Messaging Service App made in **React** that allows users a **realtime** text chat experience. Users are required to Signup/Signin using their **email** and **password**. The app provides and **simple, easy-to-use UI**. The database and authentication are handled in **Firebase**.\n\n### **System Design Document** : [View Document](https://drive.google.com/file/d/1Fe3J9cS1DzbEECd3amV9ITCfHFIkJPXz/view?usp=sharing)\n\n# Author Info\n\n**Author**: Diptadip Mallik.\\\n**University**: Indian Institute of Technology (IIT), Patna.\\\n**Department**: Chemical and Biochemical Engineering.\\\n**Roll No**: 2101CB25.\\\n**Institute Mail-ID**: diptadip_2101cb25@iitp.ac.in\\\n**Personal Mail-ID**:  diptadip2105@gmail.com\n\n\n##  Steps to Run the App\n\n### Clone the repository\nDownload the Repository as a zip file and extract it, or open your terminal and type:\n\n    $ git clone https://github.com/Diptadip/ChatterFly\n\n### Firebase configurations\nVisit [Firebase console](https://console.firebase.google.com/), Sign in with your Google account and create a new Project. To get the Firebase configuration, follow the steps [here](https://firebase.google.com/docs/web/setup). Copy the and save the firebaseConfig object. Also, create a new Firestore database.\n\n### Set up environment variables.\n\ncd into the directory. Create a **env.js** file in the **src** folder. Paste the copied firebaseConfig object. It should like the following.\n\n    const  firebaseConfig  = {\n\t    apiKey:  \"Your api key\",\n\t    authDomain:  \"your auth domain\",\n\t    projectId:  \"your projectId\",\n\t    storageBucket:  \"your storage bucket url\",\n\t    messagingSenderId:  \"your messaging sender Id\",\n\t    appId:  \"Your app Id\"\n\t   };\n\texport { firebaseConfig };\n\n### Install node modules\nOpen the terminal, cd into the root folder, and run the following command.\n\n    npm install\nThis will install all the required dependencies.\n\n### Start the App\n\nIn the terminal, run the following command.\n\n    npm start\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n## Features of the App\n\n - Simple, Easy to use UI.\n - Hassle-free authentication using email and password.\n - Lets the user upload a display image or avatar.\n - Provides real-time text chat with other users.\n - Users can search for other available users.\n - Allows sending images.\n\n## TODO\n\n 1. [ ] Group chat feature.\n 2. [ ] Option to attach file of any format.\n 3. [ ] Voice and video calls.\n 4. [ ] AI chatbot integration.\n 5. [ ] Option to Update profile.\n 6. [ ] Availability status.\n 7. [ ] Message forwarding and deletion.\n 8. [ ] Privacy features.\n\n## Technologies Used.\n\n - React for frontend.\n - Sass for stylesheet.\n - Firebase for authetication and database handling.\n - Firestore for storing images. \n - Follows Atomic design.\n - Uses reusable react Components.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiptadip%2Fchatterfly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiptadip%2Fchatterfly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiptadip%2Fchatterfly/lists"}