{"id":15597093,"url":"https://github.com/thanhpt1110/chit-chat-frontend","last_synced_at":"2025-04-24T06:40:29.257Z","repository":{"id":256508140,"uuid":"854913782","full_name":"thanhpt1110/chit-chat-frontend","owner":"thanhpt1110","description":"Website for Chit Chat social network","archived":false,"fork":false,"pushed_at":"2025-01-03T05:20:05.000Z","size":4006,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T07:51:17.422Z","etag":null,"topics":["netlify","react-js","real-time-communication","recommendation-system","rtk","rtk-query","social-network","tailwind-css","typescript","vite","web-rtc"],"latest_commit_sha":null,"homepage":"https://chitchat-tbt.netlify.app/","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/thanhpt1110.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-09-10T01:27:33.000Z","updated_at":"2025-01-03T05:20:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e2a3028-d09a-4d59-8906-ae5125b50076","html_url":"https://github.com/thanhpt1110/chit-chat-frontend","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"9bc51bc2145bea7b0145d2d48bbf2858473dcd4f"},"previous_names":["thanhpt1110/chit-chat-frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thanhpt1110%2Fchit-chat-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thanhpt1110%2Fchit-chat-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thanhpt1110%2Fchit-chat-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thanhpt1110%2Fchit-chat-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thanhpt1110","download_url":"https://codeload.github.com/thanhpt1110/chit-chat-frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580723,"owners_count":21453531,"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":["netlify","react-js","real-time-communication","recommendation-system","rtk","rtk-query","social-network","tailwind-css","typescript","vite","web-rtc"],"created_at":"2024-10-03T01:20:29.093Z","updated_at":"2025-04-24T06:40:29.249Z","avatar_url":"https://github.com/thanhpt1110.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chit Chat - Frontend Website\n\nThis repository contains the frontend code for chit chat, a social networking platform, implementing user-friendly interfaces for features like user profiles, feeds, real-time chat, and recommendations. The app is built with **TypeScript** for type safety, powered by **Redux Toolkit (RTK)** for state management, and deployed on **Netlify** for quick and scalable hosting.\n\n---\n\n## ✨ Features\n\n- **Feeds**: Personalized newsfeed based on user activity.\n- **Notifications**: Real-time notifications for interactions.\n- **Performance**: Lightning-fast build and runtime performance with Vite.\n- **Real-Time Communication**: Audio/video calls and real-time chat powered by WebRTC.\n- **Recommendation System**: Personalized suggestions for friends, groups, or content using collaborative filtering and user activity analysis.\n- **Search**: Search for users, posts, or hashtags.\n- **State Management**: Efficient and scalable state handling using Redux Toolkit (RTK).\n- **Social Interactions**: Follow/unfollow, posting, and commenting.\n- **User Management**: Registration, login, and profile updates.\n\n---\n\n## 🛠 Tech Stack\n\n- **Framework**: ReactJS\n- **Language**: TypeScript\n- **Build Tool**: Vite\n- **State Management**: Redux Toolkit (RTK)\n- **Deployment**: Netlify\n- **Styling**: CSS Modules / TailwindCSS\n- **API Integration**: RTK Query\n\n---\n\n## 🚀 Installation Guide\n\n### Prerequisites\n\n- Install [Node.js](https://nodejs.org/)\n- Install [Yarn](https://yarnpkg.com/) or use `npm`\n\n### Steps\n\n1. **Clone the repository**:\n\n   ```bash\n   https://github.com/thanhpt1110/chit-chat-frontend\n   cd chit-chat-frontend\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   yarn\n   ```\n\n3. **Run the development server**:\n\n   ```bash\n   yarn dev or yarn dev:2 (For debug on 2 different port)\n   ```\n\n4. **Build for production**:\n\n   ```bash\n   yarn build\n   ```\n\n5. **Deploy to Netlify**:\n\n- Push the repository to GitHub or GitLab.\n\n- Connect your repository to Netlify.\n\n- Netlify will automatically build and deploy your app.\n\n---\n\n## Demo\n\n\u003cdiv style=\"display: flex; justify-content: space-between; gap: 10px;\"\u003e\n  \u003cimg src=\"./demo/explore-news-feed.png\" alt=\"Explore News Feed\" width=\"48%\"\u003e\n  \u003cimg src=\"./demo/message.png\" alt=\"Message\" width=\"48%\"\u003e\n\u003c/div\u003e\n\n\u003cdiv style=\"display: flex; justify-content: space-between; gap: 10px; margin-top: 10px;\"\u003e\n  \u003cimg src=\"./demo/profile.png\" alt=\"Profile\" width=\"48%\"\u003e\n  \u003cimg src=\"./demo/create-new-post.png\" alt=\"Create New Post\" width=\"48%\"\u003e\n\u003c/div\u003e\n\n---\n\n## 🤝 Authors\n\n[Lê Thanh Tuấn](https://github.com/thtuanlegithub)\n\n[Phan Tuấn Thành](https://github.com/thanhpt1110)\n\n[Nguyễn Phúc Bình](https://github.com/leesoonduck3009)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthanhpt1110%2Fchit-chat-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthanhpt1110%2Fchit-chat-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthanhpt1110%2Fchit-chat-frontend/lists"}