tropicolx.hashnode.devBuilding a Telegram Clone with Next.js and TailwindCSS - Part ThreeIn the previous part, we built the chat interface for our Telegram clone and implemented features like rich text formatting and file uploads using the Stream React Chat SDK. In this final part of the series, we’ll implement a call interface using Str...Feb 18, 2025·13 min read
tropicolx.hashnode.devBuilding a Telegram Clone with Next.js and TailwindCSS - Part TwoIn the first part of this series, we added authentication to our Telegram clone, built the general layout, and implemented group chat creation. Now, it’s time to focus on the chat interface itself. This section will cover building a fully functional ...Feb 18, 2025·28 min read
tropicolx.hashnode.devBuilding a Telegram Clone with Next.js and TailwindCSS - Part OneBuilding a chat app from scratch can seem overwhelming, but with the right tools, it’s a lot more approachable than you might think. In this three-part series, we’ll walk through building a Telegram Web clone using Next.js, TailwindCSS, and Stream SD...Feb 18, 2025·27 min read
tropicolx.hashnode.devBuilding a Slack Clone with Next.js and TailwindCSS - Part ThreeIn the previous part, we added real-time messaging, rich text formatting, reactions, and file uploads to our Slack clone using the Stream React Chat SDK. In this final part of our series, we’ll add video-calling capabilities to our Slack clone using ...Dec 9, 2024·19 min read
tropicolx.hashnode.devBuilding a Slack Clone with Next.js and TailwindCSS - Part TwoIn part one of this series, we built the basics of our Slack clone by setting up user authentication, workspace creation, and designing a responsive layout for our workspace hub. In this second part, we'll bring our Slack clone to life by adding real...Dec 9, 2024·29 min read