Skip to content

StackTheCode/messaging_frontend

Repository files navigation

💬 Real-Time Messaging App — Frontend Side (Cortex)

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.


✨ What this frontend does

  • 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

🛠 Tech Stack

  • React for the UI
  • TailwindCSS for styling
  • React Hooks for state and component logic
  • REST + WebSocket for backend communication
  • Vercel for hosting and deployment

🚀 Getting Started

Clone the repo and install dependencies:

git clone https://github.com/your-username/realtime-chat-frontend.git
cd realtime-chat-frontend
npm install

About

Frontend side of messaging app(Cortex)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages