Skip to content

Utsavrai1/snap-talk-frontend

Repository files navigation

SnapTalk Frontend

SnapTalk is a real-time chat application. This repository contains the frontend code built using React.

Features

  • Real-time messaging
  • User authentication
  • Chat rooms
  • Online/offline status
  • Message history

Technologies Used

  • Frontend: React
  • Real-time Communication: Socket.IO

Related Repositories

Installation

To get started with the frontend, follow these steps:

Prerequisites

  • Node.js and npm installed

Clone the Repository

git clone https://github.com/Utsavrai1/snap-talk-frontend.git
cd snap-talk-frontend

Install Dependencies

npm install

Run the Application

npm run dev

The frontend should now be running on http://localhost:3000.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes tests where applicable.