Skip to content

Commit

Permalink
first commit, code was previously working with hardcoded values but a…
Browse files Browse the repository at this point in the history
… refactor was made, code still needs a bit of a cleanup
  • Loading branch information
avalladaresm committed May 31, 2020
0 parents commit 2f8b014
Show file tree
Hide file tree
Showing 21 changed files with 19,890 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog
This is my first time doing a changelog, so I will try it to keep it plain and simple.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## [Planned features]
- WhatsApp for iOS exported chats support
- Group chats
- A bit more graphs, don't know what will be displayed yet...
- Dashboard JPG/PNG export
- Chat view
- View messages per day or ranges of days
- Whatever comes to my mind later...

## [0.0.1] - 2020-05-31
### Added
- Initial release, pre-alpha version probably?
- Chats exported from WhatsApp for Android can be loaded
- Graphs showing total messages overtime and messages per person
- Support for 2-person chats
- Calendar decoration showing which days the user messaged to other person
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# WhatsApp chat analyzer

> A small tool built on Reactjs that analyses a WhatsApp chat text file and displays numbers and graphs out of it. It has a simple chat view as well, just because. Everything is done client side, nothing is uploaded to any server.
## Table of Contents

- [Installation](#installation)
- [Features](#features)

---

## Installation

- Clone this repo to your local machine using `git clone https://github.com/avalladaresm/whatsappchatanalyzer`

### Setup

- If you want more syntax highlighting, format your code like this:

> install npm packages first
```shell
$ npm install
```

> run project
```shell
$ npm start
```

---

## Features
- Load a WhatsApp for Android exported chat
- Graphs displaying interesting info about your chat
- More to come later...

---
Loading

0 comments on commit 2f8b014

Please sign in to comment.