{"id":27386194,"url":"https://github.com/mdimranictiu/chatify-client","last_synced_at":"2025-04-13T17:17:55.981Z","repository":{"id":285861061,"uuid":"959589797","full_name":"mdimranictiu/Chatify-Client","owner":"mdimranictiu","description":"Chatify is a real time chat application. I took a decesion to learn socket.io and to know how implement this. So after this I made this app. Chatify enables users to send and receive messages instantly.","archived":false,"fork":false,"pushed_at":"2025-04-13T16:41:50.000Z","size":173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T17:17:53.089Z","etag":null,"topics":["chat-application","chat-applications","messages","nextauth","nextjs","reactjs","real-time-chat","socket-io"],"latest_commit_sha":null,"homepage":"https://chatify-application.vercel.app/","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/mdimranictiu.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":"2025-04-03T03:09:40.000Z","updated_at":"2025-04-13T16:46:04.000Z","dependencies_parsed_at":"2025-04-03T04:21:08.859Z","dependency_job_id":"66386fce-cc32-459e-ba5a-77cc44c6b671","html_url":"https://github.com/mdimranictiu/Chatify-Client","commit_stats":null,"previous_names":["mdimranictiu/chatify-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdimranictiu%2FChatify-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdimranictiu%2FChatify-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdimranictiu%2FChatify-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdimranictiu%2FChatify-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdimranictiu","download_url":"https://codeload.github.com/mdimranictiu/Chatify-Client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750124,"owners_count":21155687,"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-application","chat-applications","messages","nextauth","nextjs","reactjs","real-time-chat","socket-io"],"created_at":"2025-04-13T17:17:55.250Z","updated_at":"2025-04-13T17:17:55.972Z","avatar_url":"https://github.com/mdimranictiu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name: Chatify ( A real time Chat Application)\n\n\n**Live Website:** [Chatify](https://chatify-application.vercel.app/) \n\n**Chatify OverView**  \nChatify is a real time chat application. I took a decesion to learn socket.io and to know how implement this. So after this I made this app. Chatify enables users to send and receive messages instantly. Built with modern web technologies, Chatify offers seamless private messaging, user authentication, online/offline indicators, and a smooth, responsive user interface.\n\nWhether you want to connect with friends, colleagues, or clients, Chatify provides a fast and reliable communication platform. It’s designed for simplicity, speed, and user-friendliness, making online conversations easy and engaging.\n\n ## 🖼 Screenshot  \n![Chatify](https://i.ibb.co/k2XmF0fm/Screenshot-12-4-2025-152438-chatify-application-vercel-app.jpg)\n\n## 📖 Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Challenges](#Challenges)\n- [Dependencies used](#dependencies-used)\n- [Installation](#installation)\n\n\n## Features  \n\n- **Real-Time Messaging**: Instantly Send \u0026 Receive Messages  \n- **Online/Offline Status**: User Can Set their Online status   \n- **One to One Chat**: User can message other privately \n- **Settings** : User can set their settings manualy (for private)\n- **Recent  Conversation**: User also able to find last conversation users  \n- **Authentication**: Used NextAuth for authentication \n- **Authorization** : Used JWT for Authorization\n\n---\n\n##  Tech Used \n\n- **Frontend**:Next.js, React.js, Tailwind CSS ,DaisyUI \n- **Backend**: Node.js, Express \n- **Real Time Communication**: Socket.io\n- **Database**: MongoDB  \n- **Build Tool**: VS Code\n\n##   Challenges\n\n- **Real-Time Messaging:**: Implement Socket.io with efficient performance and low latency was a key challenge. \n- **Database Query Optimization**: Fetching only the most recent conversations (excluding self-messages) \n- **Authentication \u0026 Token Management**: Securing user sessions and handling token expiration with NextAuth.js \n\n  ---\n## 📦 Dependencies  \nThe project uses the following npm packages:  \n```\n@eslint\n@types/react-dom\n@types/react\n@vitejs/plugin-react\naxios\ndaisyui\neslint-plugin-react-hooks\neslint-plugin-react-refresh\neslint-plugin-react\neslint\nreact-dom\nreact-icons\nreact-router-dom\nreact\nsort-by\nnext\nnext-auth\nsocket-io-client\njsonwebtoken\nbcrypt\nmulter\nmulter-storage-cloudinary\ndotenv\nnodemailer\nsocket.io\ncors\nexpress\ntailwindcss\nvite\n```\n\n##  Installation \u0026 Setup  \nFollow these steps to run the project locally:  \n ## Client\n### 1 Clone the Client Repository  \n```\ngit clone https://github.com/mdimranictiu/Chatify-Client.git\ncd Chatify-Client\n```\n\n### 2 Install Dependencies\n```\nnpm install\n```\n### 3 Start the Development Server\n```\nnpm run dev\n```\n ## Server\n### 1 Clone the Server Repository  \n```\ngit clone https://github.com/mdimranictiu/Chatify-Server.git\ncd Chatify-Server\n```\n\n### 2 Install Dependencies\n```\nnpm install\n```\n### 3 Start the Development Server\n```\nnode index.js\n```\n## Environment Variables\n```\nDB_USER=\nDB_PASS=\nEMAIL_USER=\nEMAIL_PASS=\nCLOUDINARY_NAME=\nCLOUDINARY_API_KEY=\nCLOUDINARY_API_SECRET=\nACCESS_TOKEN_SECRET=\n\n```\n ## Resources \u0026 Links\n- React Documentation: https://react.dev\n- Tailwind CSS Documentation: https://tailwindcss.com\n- Next.js Documentation: https://nextjs.org/docs\n- Socket.IO Documentation: https://socket.io/docs\n- MongoDB Documentation: https://www.mongodb.com/docs\n- JWT (JSON Web Token): https://jwt.io/introduction\n- Express.js Documentation: https://expressjs.com\n- DaisyUI (Tailwind Components): https://daisyui.com\n- VS Code: https://code.visualstudio.com\n\n📌 Feel free to contribute, report issues, or share your feedback! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdimranictiu%2Fchatify-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdimranictiu%2Fchatify-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdimranictiu%2Fchatify-client/lists"}