{"id":28985586,"url":"https://github.com/dz1kill/frontend_messenger","last_synced_at":"2026-01-31T21:40:18.924Z","repository":{"id":295837273,"uuid":"989036289","full_name":"dz1kill/frontend_messenger","owner":"dz1kill","description":"MVP Frontend for messenger.","archived":false,"fork":false,"pushed_at":"2025-07-25T12:27:09.000Z","size":1406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-25T18:53:57.652Z","etag":null,"topics":["axios","chat","chat-client","http-client","jwt","jwt-auth","messenger","messenger-client","pern-stack","react","redux-toolkit","typescript","websocket-client"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dz1kill.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-05-23T13:08:16.000Z","updated_at":"2025-07-25T12:33:49.000Z","dependencies_parsed_at":"2025-06-12T21:31:33.372Z","dependency_job_id":"e90948cb-0621-4702-8664-84fd6ccb3a47","html_url":"https://github.com/dz1kill/frontend_messenger","commit_stats":null,"previous_names":["dz1kill/frontend_messenger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dz1kill/frontend_messenger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dz1kill%2Ffrontend_messenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dz1kill%2Ffrontend_messenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dz1kill%2Ffrontend_messenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dz1kill%2Ffrontend_messenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dz1kill","download_url":"https://codeload.github.com/dz1kill/frontend_messenger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dz1kill%2Ffrontend_messenger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28956575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["axios","chat","chat-client","http-client","jwt","jwt-auth","messenger","messenger-client","pern-stack","react","redux-toolkit","typescript","websocket-client"],"created_at":"2025-06-24T19:10:52.932Z","updated_at":"2026-01-31T21:40:18.919Z","avatar_url":"https://github.com/dz1kill.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Messenger Frontend MVP\n\n## 📌 Overview\n\nThis is a minimum viable product (MVP) of a messenger application featuring:\n\n- **Backend**: Companion server + Full API reference (REST endpoints, WebSocket protocol) - [GitHub Repository](https://github.com/dz1kill/backend_messenger)\n- **Frontend**: React-based interface with REST API + JWT auth for user management and WebSocket API for real-time messaging\n\n## ✨ Core Features\n\n### 🔌 WebSocket Connection\n\n#### 💬 Chats \u0026 Groups\n\n- 📜 Paginated loading of private chats\n- 📜 Paginated loading of group chats\n\n#### ✉️ Messaging\n\n- 📜 Paginated loading of private messages\n- 📜 Paginated loading of group messages\n- ✈️ Send private messages\n- ✈️ Send group messages\n\n#### 🛠 Group Management\n\n- ➕ Create new groups\n- 👥 Add new members to groups\n- 🚪 Leave group\n- ❌ Delete group\n- ℹ️ System notifications (member joins/leaves)\n\n### 🌐 HTTP API\n\n#### 🔐 Authentication\n\n- 📝 User registration\n- 🔑 Login\n- 🔄 Password change\n- 🗑 Account deletion\n\n#### 👤 User Profile\n\n- ✏️ Edit personal information\n\n#### 🔍 Search\n\n- 👤 User search\n- 🔎 Find users and groups I'm member of\n- ➕ Find users to add to groups\n\n#### 🗂 Chat Management\n\n- ❌ Delete conversation\n\n## 🛠 Technical Stack\n\n### Frontend Core\n\n- **React** - UI framework\n- **Redux Toolkit** - State management\n- **React Router DOM** - Client-side routing\n\n### Real-Time Communication\n\n- **WebSocket API** - Real-time messaging\n- **React-use-websocket** - WebSocket integration\n\n## 🖼️ Interface Screenshots\n\n### 1. Authorization\n\n\u003cdetails\u003e  \n  \u003csummary\u003e🔍 Show screenshot\u003c/summary\u003e  \n  \u003cimg src=\"./readme_images/login.png\" width=\"100%\"\u003e  \n\u003c/details\u003e\n\n### 2. Chat\n\n\u003cdetails\u003e  \n  \u003csummary\u003e🔍 Show screenshot\u003c/summary\u003e  \n  \u003cimg src=\"./readme_images/chat_window.png\" width=\"100%\"\u003e  \n\u003c/details\u003e\n\n### 3. Search\n\n\u003cdetails\u003e  \n  \u003csummary\u003e🔍 Show screenshot\u003c/summary\u003e  \n  \u003cimg src=\"./readme_images/search_example.png\" width=\"100%\"\u003e  \n\u003c/details\u003e\n\n### 4. Settings\n\n\u003cdetails\u003e  \n  \u003csummary\u003e🔍 Show screenshot\u003c/summary\u003e  \n  \u003cimg src=\"./readme_images/settings_window.png\" width=\"100%\"\u003e  \n\u003c/details\u003e\n\n## 🏃 Running the app\n\n```bash\n# Replace the API URLs in the .env file with those matching your network.\n\n# Running the project in development mode:\n$ npm run start\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdz1kill%2Ffrontend_messenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdz1kill%2Ffrontend_messenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdz1kill%2Ffrontend_messenger/lists"}