Add screenshots to the README

This commit is contained in:
Claudio Ortolina
2025-01-08 19:49:47 +00:00
parent 5f1565c5b0
commit b44239fe7f
6 changed files with 9 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

+9
View File
@@ -3,6 +3,7 @@
<!--toc:start--> <!--toc:start-->
- [Music Library](#music-library) - [Music Library](#music-library)
- [Features](#features) - [Features](#features)
- [Screenshots](#screenshots)
- [Setup](#setup) - [Setup](#setup)
- [Environment configuration](#environment-configuration) - [Environment configuration](#environment-configuration)
- [Running the application](#running-the-application) - [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 - 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) - 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 ## Setup
Run `mix setup` to install and setup dependencies. Run `mix setup` to install and setup dependencies.