Welcome to the Real-Time Chat Application! This app is built using cutting-edge technologies like Next.js, Node.js, Tailwind CSS, and Pusher-js to deliver a seamless and instant messaging experience.
- ⚡ Real-Time Messaging: Powered by Pusher-js for instant message delivery.
- 🔒 User Authentication: Secure login and registration system.
- 📱 Responsive Design: Adaptable to both desktop and mobile devices.
- 🎨 Modern UI/UX: A clean and intuitive interface crafted with Tailwind CSS.
- Next.js: The React framework for server-rendered and statically generated apps.
- Node.js: A robust server-side runtime environment.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Pusher-js: Real-time communication service for WebSocket-based messaging.
Follow these steps to get the project up and running locally.
Make sure you have Node.js and npm installed.
-
Clone the repository:
git clone https://github.com/poyrazavsever/Chat-App.git cd Chat-App
-
Install dependencies:
npm install
Start the development server:
npm run dev