Chatty App is the full stack chatting app that stores users encyrpted data in mongodb database and uses socket.io for real time communication.
-> React Bootstrap for styling.
-> Redux for global state management.
-> react-router-dom for routing.
-> localStorage for saving jwt token.
-> redux for connecting to backend.
-> socket.io-client for web sockets.
-> cloudinary for handling and storing images.
-> Node and Express.
-> Mongoose for mongoDB.
-> BCrypt Library for hashing.
-> Passport with jwt.
-> socket.io for web sockets.