This react project is a solution to one of the problems people face with Whatsapp. If you have an exported Whatsapp Chat as a text file, you had to view it in the text format only which could be really exasparating especially when their are tons of messages and have to be accesed frequently. The solution is to take such a text file and present it in an interface similar to that of the Whatsapp. So if you have any Whatsapp Exported Chat as a txt file then you could now conviniently access it as if you were looking at it in Whatsapp itself.
- Selection of sender for a chat by the user.
- Selection of sender for a chat by the user.
- Fullscreen Mode.
- Screenshot Function.
- Dark Mode.
- Classifies message as sent, recieved or group vital.
- Text formatting support (Bold, Italic and Strikethrough).
- Clickable hyperlinks.
- Date banners.
- Support for attached media / Detection of omitted media.
- Chat info.
Try it out here.
![]() |
|
Custom sender select![]() |
Chat Room Standard View![]() |
Dark Mode and Fullscreen![]() |
Screenshot![]() |
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.