Skip to content

anangkur/walla

Repository files navigation


Logo

Walla

Open source wallpaper app for mobile phone.

Home Preview Preview Large
Home Preview Preview Large
Saved Search
Detail Search

Module Graph

%%{
  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
Loading

Built With

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Anang Kurniawan - @anang_kur - [email protected]

Special Thanks