diff --git a/README.md b/README.md index fd47bf36..2a9ff507 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,11 @@ mixan.screenView('Profile', { ## @mixan/backend -Self hosted service for collecting all events. Dockerfile and GUI will be added soon. \ No newline at end of file +Self hosted service for collecting all events. Dockerfile and GUI will be added soon. + +## Screenshots + +![Line chart](images/line.png) +![Bar chart](images/bar.png) +![Dashboard](images/dashboard.png) +![Settings](images/settings.png) \ No newline at end of file diff --git a/images/bar.png b/images/bar.png new file mode 100644 index 00000000..9d371cd8 Binary files /dev/null and b/images/bar.png differ diff --git a/images/dashboard.png b/images/dashboard.png new file mode 100644 index 00000000..a46b917b Binary files /dev/null and b/images/dashboard.png differ diff --git a/images/line.png b/images/line.png new file mode 100644 index 00000000..5bf35a35 Binary files /dev/null and b/images/line.png differ diff --git a/images/settings.png b/images/settings.png new file mode 100644 index 00000000..b0d6ba18 Binary files /dev/null and b/images/settings.png differ