Example application of the package whatsapp-chat-parser
This website allows you to upload a WhatsApp chat log and view its contents.
You can upload a txt
directly or a zip
file containing the exported chat.
In case you export a zip
file with the option Attach Media
, you will be able to see images, videos and audio files directly in the website. Try it out by downloading the example chat!
The app runs locally and no logs are sent or stored anywhere.
The website is available at whatsapp-chat-parser.netlify.app
- Library: React (Create React App)
- CSS: Styled Components
- Code formatting: Prettier
- Linting: ESLint (with Airbnb rules)