Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameersyd/skailer
Beautiful Music Player app built using SwiftUI to demonstrate Neumorphic design pattern and MVVM architecture.
https://github.com/sameersyd/skailer
dark-theme figma ios ios-app material-design mvvm mvvm-architecture neumorphic-ui neumorphism sameersyd skailer skeuomorphic skeuomorphism swift swiftui ui-design xcode
Last synced: 4 months ago
JSON representation
Beautiful Music Player app built using SwiftUI to demonstrate Neumorphic design pattern and MVVM architecture.
- Host: GitHub
- URL: https://github.com/sameersyd/skailer
- Owner: sameersyd
- License: apache-2.0
- Created: 2021-05-22T08:37:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T18:33:06.000Z (over 3 years ago)
- Last Synced: 2024-10-11T22:40:44.396Z (4 months ago)
- Topics: dark-theme, figma, ios, ios-app, material-design, mvvm, mvvm-architecture, neumorphic-ui, neumorphism, sameersyd, skailer, skeuomorphic, skeuomorphism, swift, swiftui, ui-design, xcode
- Language: Swift
- Homepage:
- Size: 16.1 MB
- Stars: 171
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Cards Preview](https://github.com/sameersyd/Skailer/blob/main/art/GitHubPreview.png?raw=true)
# Skailer 🎧
Beautiful Music Player app built using SwiftUI to demonstrate Neumorphic design pattern 🎨 and MVVM architecture 🏗. *Made with love ❤️ by [Sameer Nawaz](https://github.com/sameersyd)*
## Light Mode 🌞
Home | Player |
--- | --- |
![](https://github.com/sameersyd/Skailer/blob/main/art/home-light.png) | ![](https://github.com/sameersyd/Skailer/blob/main/art/player-light.png) |
## Dark Mode 🌚
Home | Player |
--- | --- |
![](https://github.com/sameersyd/Skailer/blob/main/art/home-dark.png) | ![](https://github.com/sameersyd/Skailer/blob/main/art/player-dark.png) |
## Built With 🛠
- [SwiftUI](https://developer.apple.com/documentation/swiftui/) - SwiftUI is an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift.
- [Figma](https://figma.com/) - Figma is a vector graphics editor and prototyping tool which is primarily web-based.
## Contribute 🤝
If you want to contribute to this app, you're always welcome!
See [Contributing Guidelines](https://github.com/sameersyd/Skailer/blob/main/CONTRIBUTION.md).
## Donation 💰
If this project helped you reduce time to develop, you can buy me a cup of coffee :)
## License 🔖
```
Apache 2.0 LicenseCopyright 2021 Sameer Nawaz
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.```