diff --git a/README.md b/README.md index 792ea9c..49e1e56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# SoundhiveFront +# Soundhive -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1. +The frontend of Soundhive. Designed to be run along the [API](https://github.com/soundhive/api). + +## Screenshots + +![home](./screenshots/home.png) +![profile](./screenshots/profile.png) +![history](./screenshots/history.png) ## Development server diff --git a/screenshots/history.png b/screenshots/history.png new file mode 100644 index 0000000..0a0bf4c Binary files /dev/null and b/screenshots/history.png differ diff --git a/screenshots/home.png b/screenshots/home.png new file mode 100644 index 0000000..346e0d5 Binary files /dev/null and b/screenshots/home.png differ diff --git a/screenshots/profile.png b/screenshots/profile.png new file mode 100644 index 0000000..820e686 Binary files /dev/null and b/screenshots/profile.png differ