Open source wallpaper app for mobile phone.
Home | Preview | Preview Large |
Detail | Search |
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
subgraph :data
:data:remote["remote"]
:data:local["local"]
end
subgraph :driver
:driver:rest["rest"]
:driver:localdb["localdb"]
:driver:config["config"]
end
subgraph :features
:features:home["home"]
:features:search["search"]
:features:saved["saved"]
:features:preview["preview"]
:features:collection["collection"]
end
:data:remote --> :data
:data:remote --> :driver:rest
:features:home --> :app
:features:search --> :app
:app --> :navigator
:app --> :injection
:app --> :domain
:app --> :features:home
:app --> :features:search
:app --> :features:saved
:app --> :features:preview
:app --> :features:collection
:features:preview --> :app
:data:local --> :data
:data:local --> :driver:localdb
:data:local --> :driver:config
:features:saved --> :app
:data --> :domain
:injection --> :data
:injection --> :domain
:injection --> :data:local
:injection --> :data:remote
:features:collection --> :app
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Anang Kurniawan - @anang_kur - [email protected]