diff --git a/README.md b/README.md index 25e50bb..b0ecf5a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +# Tutti Frutti + +Tutti Frutti is a fruit based disk library. + +![homepage](images/home.png) + + +### Search your most favorite artist and discover the fruits behind + +![search](images/search.png) + +### Keep track of your favorite disks + +![favorites](images/favorites.png) + + How to setup project: - Add database credentials and discog key and secret in `.env.local` diff --git a/images/favorites.png b/images/favorites.png new file mode 100644 index 0000000..771fb4c Binary files /dev/null and b/images/favorites.png differ diff --git a/images/home.png b/images/home.png new file mode 100644 index 0000000..d9268ff Binary files /dev/null and b/images/home.png differ diff --git a/images/search.png b/images/search.png new file mode 100644 index 0000000..1e7f849 Binary files /dev/null and b/images/search.png differ