{"id":27555875,"url":"https://github.com/berkanjs/realtime-chat-app","last_synced_at":"2026-04-04T20:33:35.985Z","repository":{"id":287902672,"uuid":"966178217","full_name":"BerkanJs/Realtime-Chat-App","owner":"BerkanJs","description":"Realtime Chat App is a modern chat application built with React, DaisyUI, and Socket.IO. It features real-time messaging, user authentication, and a sleek UI, designed to provide a smooth and engaging user experience","archived":false,"fork":false,"pushed_at":"2025-04-14T14:21:35.000Z","size":4963,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T15:38:48.105Z","etag":null,"topics":["nodejs","react"],"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/BerkanJs.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-04-14T14:19:24.000Z","updated_at":"2025-04-14T14:24:25.000Z","dependencies_parsed_at":"2025-04-14T15:50:34.651Z","dependency_job_id":null,"html_url":"https://github.com/BerkanJs/Realtime-Chat-App","commit_stats":null,"previous_names":["berkanjs/realtime-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkanJs%2FRealtime-Chat-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkanJs%2FRealtime-Chat-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkanJs%2FRealtime-Chat-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BerkanJs%2FRealtime-Chat-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BerkanJs","download_url":"https://codeload.github.com/BerkanJs/Realtime-Chat-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249754096,"owners_count":21320729,"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":["nodejs","react"],"created_at":"2025-04-19T17:55:31.042Z","updated_at":"2025-12-30T23:05:04.906Z","avatar_url":"https://github.com/BerkanJs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Realtime Chat App\n\n## 📝 Description\n\nRealtime Chat App is a modern chat application that allows users to communicate in real-time using a sleek and interactive UI. Built with **React**, **DaisyUI**, and **Lucide React**, this application leverages **Socket.IO** for real-time messaging and notifications. It includes features like user authentication, message sending, and dynamic updates to ensure smooth communication between users.\n\nThis application is split into two parts:\n- **Frontend**: React-based UI, powered by Tailwind CSS and DaisyUI for components.\n- **Backend**: Built with Express.js and MongoDB, handling authentication and real-time socket communication.\n\n---\n\n## 📦 Technologies Used\n\n### Frontend:\n- **React 19**: A JavaScript library for building user interfaces.\n- **DaisyUI**: A Tailwind CSS plugin that provides pre-built UI components.\n- **Lucide React**: A set of lightweight icons used in the UI.\n- **Socket.IO-client**: A library that enables real-time communication between the client and server.\n- **Framer Motion**: A library to add smooth animations and transitions to the UI.\n- **React Router DOM**: A routing library for React to manage navigation within the application.\n- **Zustand**: A small, fast, and scalable state management solution for React.\n- **TailwindCSS**: A utility-first CSS framework that makes styling fast and responsive.\n\n### Backend:\n- **Express.js**: A fast, unopinionated web framework for Node.js.\n- **MongoDB**: A NoSQL database for storing messages, users, and other data.\n- **Mongoose**: An Object Data Modeling (ODM) library for MongoDB and Node.js.\n- **Socket.IO**: A library for real-time web applications that enables bi-directional communication between the client and server.\n- **bcryptjs**: A library for hashing passwords for secure authentication.\n- **jsonwebtoken (JWT)**: A method for securely transmitting information between the client and server.\n- **cloudinary**: A cloud service to upload and manage images, videos, and other media.\n\n---\n\n## 🚀 Features\n\n- **Real-Time Messaging**: Chat with others in real-time, with instant message delivery.\n- **User Authentication**: Secure login and registration using JWT tokens and bcrypt hashing.\n- **Message History**: View past conversations.\n- **Responsive Design**: The app is fully responsive, built with TailwindCSS, ensuring a seamless experience on all devices.\n- **Modern UI**: With DaisyUI components and Lucide React icons, the app has a clean and modern design.\n\n---\n\n## 🛠️ Setup Instructions\n\n### Frontend Setup:\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/kullaniciadi/realtimechatappfrontend.git\n    cd realtimechatappfrontend\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Run the app in development mode:\n    ```bash\n    npm run dev\n    ```\n\n### Backend Setup:\n1. Clone the backend repository:\n    ```bash\n    git clone https://github.com/kullaniciadi/backend.git\n    cd backend\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Run the backend server in development mode:\n    ```bash\n    npm run dev\n    ```\n\n---\n\n## 📋 Dependencies\n\n### Frontend Dependencies:\n- **axios**: For making HTTP requests.\n- **framer-motion**: For adding animations to React components.\n- **lucide-react**: React components for Lucide icons.\n- **react**: The core React library for building the UI.\n- **react-dom**: React's DOM renderer.\n- **react-hot-toast**: For displaying toast notifications.\n- **react-router-dom**: For client-side routing.\n- **socket.io-client**: For real-time messaging and communication with the backend.\n- **zustand**: A small state management library for React.\n- **daisyui**: Pre-built UI components for TailwindCSS.\n- **tailwindcss**: A utility-first CSS framework for building responsive designs quickly.\n- **vite**: A fast build tool that provides an optimized development experience.\n\n### Backend Dependencies:\n- **bcryptjs**: For securely hashing user passwords.\n- **cloudinary**: For managing media uploads and storage.\n- **cookie-parser**: For handling cookies in HTTP requests.\n- **cors**: A package to enable Cross-Origin Resource Sharing.\n- **dotenv**: For managing environment variables.\n- **express**: A minimal web framework for Node.js.\n- **jsonwebtoken**: For JWT-based user authentication.\n- **mongoose**: A MongoDB ODM for easier database interactions.\n- **socket.io**: For enabling real-time communication between the server and clients.\n\n\n---\n\n## 🤝 Contribution\n\nContributions are welcome! If you want to contribute to this project, feel free to open a pull request.\n\n---\n\n## 📢 Demo\n\nCheck out the live demo here: [Link to Demo]\n\n---\n\n## 🧑‍💻 Author\n\nCreated by **Berkan** – Feel free to reach out for feedback or collaboration!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkanjs%2Frealtime-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkanjs%2Frealtime-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkanjs%2Frealtime-chat-app/lists"}