Talkie is a real-time communication app built with the MERN stack, Socket.io, TailwindCSS, and Daisy UI. It enables users to chat, share messages, and stay connected seamlessly. Deployed on Render , May take time to load first at first : Talkie
- Authentication & Authorization: Secure user access using JWT (JSON Web Tokens).
- Real-Time Messaging: Enjoy real-time chat functionality powered by Socket.io.
- Online User Status: Know when other users are online.
- Global State Management: Zustand ensures efficient state management.
- Error Handling: Comprehensive error handling on both server and client sides.
-
Clone the Repository:
git clone https://github.com/AshuKr22/Talkie.git cd Talkie
-
Install Dependencies:
npm install
-
Start the Development Server:
npm start
-
Open your browser and navigate to
http://localhost:3000
.