Skip to content

Commit

Permalink
Add dependency graph and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamoscarliang committed Sep 18, 2024
1 parent 512bac8 commit d5447e7
Show file tree
Hide file tree
Showing 58 changed files with 84 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/screenshots/feature_graph.gif" width="600">
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/showcase.gif" width="600">

[![Build](https://github.com/iamoscarliang/spotify-clone/workflows/Build/badge.svg)](https://github.com/iamoscarliang/spotify-clone/actions)
![minSdk](https://img.shields.io/badge/minSdk-21-brightgreen)
Expand All @@ -11,7 +11,7 @@
---

## :pushpin: Screenshots
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/screenshots/screenshot.png" width="800">
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/screenshot.png" width="800">

## :books: Tech Stack
- :fire: Firebase [Firestore](https://firebase.google.com/docs/firestore) & [Authentication](https://firebase.google.com/docs/auth)
Expand All @@ -27,7 +27,7 @@
- :iphone: [Espresso](https://developer.android.com/training/testing/espresso) for UI test

## :gear: Architecture
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/screenshots/arch.png" width="600">
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/architecture.png" width="600">

## :handshake: Credit
Music provided by the [Free Music Archive](https://freemusicarchive.org) under [CC BY](https://creativecommons.org/licenses/by/4.0/)
Expand Down
3 changes: 3 additions & 0 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :app module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_app.png">
3 changes: 3 additions & 0 deletions core/auth/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:auth module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_auth.png">
3 changes: 3 additions & 0 deletions core/common/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:common module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_common.png">
3 changes: 3 additions & 0 deletions core/data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:data module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_data.png">
3 changes: 3 additions & 0 deletions core/database/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:database module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_database.png">
3 changes: 3 additions & 0 deletions core/domain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:domain module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_domain.png">
3 changes: 3 additions & 0 deletions core/model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:model module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_model.png">
3 changes: 3 additions & 0 deletions core/network/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:network module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_network.png">
3 changes: 3 additions & 0 deletions core/player/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:player module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_player.png">
3 changes: 3 additions & 0 deletions core/testing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:testing module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_testing.png">
3 changes: 3 additions & 0 deletions core/ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :core:ui module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_core_ui.png">
3 changes: 3 additions & 0 deletions feature/album/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:album module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_album.png">
3 changes: 3 additions & 0 deletions feature/artist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:artist module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_artist.png">
3 changes: 3 additions & 0 deletions feature/category/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:category module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_category.png">
3 changes: 3 additions & 0 deletions feature/home/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:home module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_home.png">
3 changes: 3 additions & 0 deletions feature/library/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:library module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_library.png">
3 changes: 3 additions & 0 deletions feature/login/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:login module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_login.png">
3 changes: 3 additions & 0 deletions feature/musicinfo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:musicinfo module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_musicinfo.png">
3 changes: 3 additions & 0 deletions feature/player/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:player module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_player.png">
3 changes: 3 additions & 0 deletions feature/playlist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:playlist module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_playlist.png">
3 changes: 3 additions & 0 deletions feature/playlistInfo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:playlistinfo module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_playlistinfo.png">
3 changes: 3 additions & 0 deletions feature/playlistedit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:playlistedit module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_playlistedit.png">
3 changes: 3 additions & 0 deletions feature/playlistselect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:playlistselect module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_playlistselect.png">
3 changes: 3 additions & 0 deletions feature/search/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:search module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_search.png">
3 changes: 3 additions & 0 deletions feature/searchresult/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:searchresult module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_searchresult.png">
3 changes: 3 additions & 0 deletions feature/signup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:signup module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_signup.png">
3 changes: 3 additions & 0 deletions feature/welcome/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# :feature:welcome module
## Dependency graph
<img src="https://github.com/iamoscarliang/spotify-clone/blob/master/images/dep-graphs/dep_graph_feature_welcome.png">
File renamed without changes
Binary file added images/dep-graphs/dep_graph_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_auth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_common.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_database.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_domain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_testing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_core_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_album.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_artist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_category.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_library.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_musicinfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_playlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dep-graphs/dep_graph_feature_signup.png
File renamed without changes
File renamed without changes

0 comments on commit d5447e7

Please sign in to comment.