This is a chat application built with React for the frontend and C# with .NET for the backend. The app supports real-time messaging and user management features.
- Real-time chat between users
- User authentication and authorization
- Friend management (add, remove friends)
- Responsive design for chat interface
- WebSocket integration for real-time communication
- Frontend: React, Axios, WebSocket, CSS
- Backend: .NET Core (C#), ASP.NET Web API, SignalR
- Database: SQL Server (or any other database of your choice)
- Authentication: JWT (JSON Web Tokens)