This is the frontend for a real-time chat application.
It’s built with React and TailwindCSS, giving users a fast, responsive, and reliable chat experience on any device.
The app talks to a Spring Boot backend (separate repo) over REST and WebSockets, which handle authentication, message delivery, and persistence.
- Delivers a clean and modern chat interface
- Updates conversations instantly using WebSockets
- Provides secure login and session handling
- Stays responsive across desktop and mobile
- Keeps styling lightweight and consistent with TailwindCSS
- React for the UI
- TailwindCSS for styling
- React Hooks for state and component logic
- REST + WebSocket for backend communication
- Vercel for hosting and deployment
Clone the repo and install dependencies:
git clone https://github.com/your-username/realtime-chat-frontend.git
cd realtime-chat-frontend
npm install