ChatStats is a web application that allows users to extract metrics from their WhatsApp conversations. With just a few clicks, you can upload your chat history and get data such as chat frequency, most active chatters, and communication patterns. 💬You can access it here!
The interface prototype is available here!
- Express - A web application framework for Node.js.
- TailwindCSS - A utility-first CSS framework.
- Day.js - A minimalist JavaScript library for formatting and manipulating dates.
- GSAP - A JavaScript library for creating high-performance animations.
To install ChatStats, you'll need to clone the repository and install the required packages using npm. Here are the steps:
- Clone the repository:
git clone https://github.com/tobiasMarion/chatStats
- Navigate to the project directory:
cd chatStats
- Install the required packages:
npm install
or
yarn
- Start the application:
npm start
or
yarn start
- That's it! You can now access Chat Stats by opening your web browser and navigating to
http://localhost:3000