diff --git a/.github/screenshots/collection-edit-record.png b/.github/screenshots/collection-edit-record.png new file mode 100644 index 00000000..32ebcaf2 Binary files /dev/null and b/.github/screenshots/collection-edit-record.png differ diff --git a/.github/screenshots/collection-record-details.png b/.github/screenshots/collection-record-details.png new file mode 100644 index 00000000..e7f11dc4 Binary files /dev/null and b/.github/screenshots/collection-record-details.png differ diff --git a/.github/screenshots/collection.png b/.github/screenshots/collection.png new file mode 100644 index 00000000..9eb43f89 Binary files /dev/null and b/.github/screenshots/collection.png differ diff --git a/.github/screenshots/stats.png b/.github/screenshots/stats.png new file mode 100644 index 00000000..b5490565 Binary files /dev/null and b/.github/screenshots/stats.png differ diff --git a/.github/screenshots/wishlist-import-record.png b/.github/screenshots/wishlist-import-record.png new file mode 100644 index 00000000..0626db8c Binary files /dev/null and b/.github/screenshots/wishlist-import-record.png differ diff --git a/README.md b/README.md index c9f77917..5e92f2c4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - [Music Library](#music-library) - [Features](#features) + - [Screenshots](#screenshots) - [Setup](#setup) - [Environment configuration](#environment-configuration) - [Running the application](#running-the-application) @@ -22,6 +23,14 @@ - All data stored in a single SQLite database for portability and ease of backup/restore - Ideal for deployment on a server with limited resources (1CPU, 512MB RAM) +## Screenshots + +![Stats](.github/screenshots/stats.png) +![Collection](.github/screenshots/collection.png) +![Edit a record in the collection](.github/screenshots/collection-edit-record.png) +![View a record's details in the collection](.github/screenshots/collection-record-details.png) +![Importing a record in the wishlist](.github/screenshots/wishlist-import-record.png) + ## Setup Run `mix setup` to install and setup dependencies.