A small chat app made with React js for practice and learning purposes.
Used Technologies
- React.js
- Redux
- Firebase
Demo of app: Chat4all
This is a global chat room with no security or filters as of now.
- The login username must be unique. If found an existing username, the app should throw an appropriate related error
- Some kind of filters for the chat.
- Only a number of chats must be loaded(the latest chats), and as the user scrolls the older chats must load up.