{"id":25043731,"url":"https://github.com/bharatlal124/chatterup_project","last_synced_at":"2026-04-14T10:34:29.464Z","repository":{"id":225158442,"uuid":"765226430","full_name":"bharatlal124/ChatterUP_Project","owner":"bharatlal124","description":"The ChatterUP project is an interactive real-time chat application designed to seamless communication and engagement between users. Built using Node.js, Express.js, Socket.io, and MongoDB","archived":false,"fork":false,"pushed_at":"2024-11-18T12:51:31.000Z","size":756,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T23:27:59.318Z","etag":null,"topics":["css3","database","es6-modules","expressjs","html5","javascript","mongodb","nodejs","socket-io"],"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/bharatlal124.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":"2024-02-29T14:16:46.000Z","updated_at":"2024-11-18T12:51:35.000Z","dependencies_parsed_at":"2024-03-05T13:41:57.166Z","dependency_job_id":"b23d3fd9-014d-426b-a331-2f6958ba8fc1","html_url":"https://github.com/bharatlal124/ChatterUP_Project","commit_stats":null,"previous_names":["bharatlal124/chatterup_project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bharatlal124/ChatterUP_Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FChatterUP_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FChatterUP_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FChatterUP_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FChatterUP_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bharatlal124","download_url":"https://codeload.github.com/bharatlal124/ChatterUP_Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bharatlal124%2FChatterUP_Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css3","database","es6-modules","expressjs","html5","javascript","mongodb","nodejs","socket-io"],"created_at":"2025-02-06T04:58:35.603Z","updated_at":"2026-04-14T10:34:29.446Z","avatar_url":"https://github.com/bharatlal124.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatterUp - Real-Time Chat Application\n\nChatterUp is an interactive real-time chat application designed to facilitate seamless communication and interaction between users. Built using Node.js, Express.js, Socket.io, and MongoDB, it offers a robust and engaging chat experience.\n\n## Features\n\n### Socket-Based Architecture\n\nChatterUp utilizes WebSockets via the Socket.io library, enabling real-time, bidirectional communication between users.\n\n### Code Modularity\n\nThe project follows modern development practices by employing ES6 Modules for code organization, ensuring maintainability and collaboration.\n\n### User-Friendly Chat UI\n\nThe chat user interface is thoughtfully designed to enhance the user experience. It features components for seamless chatting and a notification panel displaying online users.\n\n### User Onboarding\n\nNew users are prompted to provide their name upon joining ChatterUp for the first time. A warm welcome message is displayed in the header with their name.\n\n### Chat History and User Count\n\nNewly joined users have access to chat history and receive real-time information about the number of users currently online.\n\n### Broadcasting Messages and Database Storage\n\nMessages sent by users are broadcasted to all connected users in real-time and securely stored in the database for future reference.\n\n### User Typing Indicators\n\nA 'typing...' indicator is displayed to all connected users as users type messages, indicating which user is currently typing.\n\n### Notification of New User Joins\n\nWhen a new user joins, their name is added to the notification panel with an online symbol (green dot), and all connected users are notified.\n\n### Notification of User Disconnections\n\nWhen a user leaves the application, the notification panel is updated to reflect the remaining connected users.\n\n### Profile Pictures for User Consistency\n\nEach user has an associated profile picture displayed throughout the conversation, ensuring consistent visual identity.\n\n### Displaying Chat Messages\n\nChat messages display the user's name, profile picture, message content, and timestamp for a comprehensive chat experience.\n\n## Tasks\n\nFollow these steps to build the ChatterUp project:\n\n### Project Setup\n\n- Set up an Express.js application and configure necessary settings.\n- Initialize a MongoDB database (using MongoDB Atlas or similar service) to store chat messages and user data.\n\n### Dependency Installation\n\n- Install required project dependencies, including Node.js, Express.js, Socket.io, and Mongoose.\n\n### User Interface Development\n\n- Develop a user-friendly chat UI using HTML, CSS, and JavaScript or a modern front-end framework (e.g., React, Angular).\n- Design and integrate components for chatting and a notification panel displaying online users.\n- Ensure the UI is responsive and visually appealing.\n\n### User Onboarding\n\n- Implement a user onboarding process where new users provide their name and display a welcome message.\n- Use front-end forms to collect user input and provide a smooth onboarding experience.\n\n### Chat History and User Count\n\n- Enable new users to access chat history, allowing them to catch up on previous conversations.\n- Implement real-time updates for the count of users who have joined the chat.\n\n### User Typing Indicators\n\n- Utilize Socket.io to broadcast 'typing...' events to connected users.\n- Implement front-end logic to display and remove typing indicators as users start and finish typing.\n\n### Broadcasting Messages and Database Storage\n\n- Implement real-time message broadcasting to all connected users.\n- Ensure that messages are securely stored in the database for future retrieval.\n\n### Notification of New User Joins\n\n- Design the notification panel to update in real-time when a new user joins the chat.\n- Use Socket.io to broadcast notifications of new user joins in real-time.\n\n### Notification of User Disconnections\n\n- Use Socket.io to broadcast user disconnection events in real-time.\n\n### Profile Pictures\n\n- Store default profile pictures and consistently display them for each user.\n\n### Displaying Chat Messages\n\n- Create templates for chat message display, including the user's name, profile picture, message content, and timestamp.\n- Use front-end components to render messages for all connected users.\n\n## API Structure\n\nThe API structure for ChatterUp includes routes for rendering the UI, managing user authentication, handling chat messages, and more.\n\n##Screenshots\n- Home\n\u003cimg width=\"1277\" alt=\"home \" src=\"https://github.com/bharatlal124/ChatterUP_Project/assets/127212425/f2813d79-dad9-4c01-92a8-e6cc472d0b9c\"\u003e\n\n- Message\n\u003cimg width=\"1236\" alt=\"home 3\" src=\"https://github.com/bharatlal124/ChatterUP_Project/assets/127212425/af88c346-d6ff-422c-846c-dc56f3cf1af5\"\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharatlal124%2Fchatterup_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbharatlal124%2Fchatterup_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbharatlal124%2Fchatterup_project/lists"}