Chatbook is Messanger clone application created with MERN stack and socket.io for real time chatting.
This repo represents the Frontend part of the application. You can find the backend repo here.
Live Demo
- JWT Authentication
- One to one chating
- Search friends
- Real-time updates to conversation messages
- User typing funtionality
- Edit user profile
- Upploading user image (using ImageKit.io)
email: gosho@abv.bg
password: 123ASDasd
email: pesho@abv.bg
password: 123ASDasd
- Database: MongoDB Atlas
- Back-end: Render
- Front-end: Netlify
1. Clone repository:
git clone https://github.com/vasilignatov/messenger-clone.git
2. Install dependencies:
npm instal
3. Run project
npm start
The application is launched, but to use the full functionality you need to install and run the rest-server ( to see how, click the link: https://github.com/vasilignatov/messanger-clone-rest-api ).





