This is a public chat app created using SignalR real-time framework along with the combination of ReactJs ASP.Net Core. 🎉
- Users can communicate anonymously based on their mood.
- Users can join unique rooms based on their mood.
- Users can send messages to a room.
- Users can receive messages from a room in real time.
- Clone the repository
git clone https://github.com/PRINCE-DHAMECHA/MoodMate.git
- Install NPM packages
cd moodmate_frontend && npm install && npm start
- Run the application
cd MoodMateServer && dotnet run
- Open your browser and navigate to
http://localhost:3000
. - Enter your name and select your mood.
- Join a room based on your mood.
- Start chatting! 😋