SnapTalk is a real-time chat application. This repository contains the frontend code built using React.
- Real-time messaging
- User authentication
- Chat rooms
- Online/offline status
- Message history
- Frontend: React
- Real-time Communication: Socket.IO
- Frontend Repository: SnapTalk-Frontend
- Backend Repository: SnapTalk-Backend
- Mobile App Repository: SnapTalk Mobile
To get started with the frontend, follow these steps:
- Node.js and npm installed
git clone https://github.com/Utsavrai1/snap-talk-frontend.git
cd snap-talk-frontend
npm install
npm run dev
The frontend should now be running on http://localhost:3000.
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.