Skip to content
forked from M1zz/RelaxOn

An iOS app that you can customize your own resting music

Notifications You must be signed in to change notification settings

Minkyeong-Ko/RelaxOn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LullabyRecipe iOS

Swift Version Platform Version

App Store: Lullaby Recipe

스크린샷1    스크린샷1    스크린샷1    스크린샷1

App Description

- Select and blend three kinds of sounds: Base, Melody, and Natural.
(For Base and Melody, it is recommended to choose only one for each.)

- Name your mix for different purposes. You can listen to your own music for better sleep, meditation, study, work, and more.

- Control the volume of each sound to get the best mix.

Usage

스크린샷1

Project Structure

LullabyRecipe
├── Assets // Project Assets
├── ContentView.swift
├── Info.plist
├── Launch Screen.storyboard
├── LullabyRecipeApp.swift
├── Manager
│   ├── AudioManager.swift
│   └── UserDefaultsManager.swift
├── Model
│   ├── DummyData.swift
│   ├── MixedSound.swift
│   ├── Recipe.swift
│   └── Sound.swift
├── Resource // Music Resource
├── Utilities
│   └── Static.swift
└── Views
    ├── CustomTabView.swift
    ├── Home
    │   ├── Home.swift
    │   ├── MixedSoundCard.swift
    │   └── Music
    │       ├── Music.swift
    │       ├── MusicViewModel.swift
    │       └── VolumeControl.swift
    ├── Kitchen
    │   ├── CustomAlert.swift
    │   ├── Kitchen.swift
    │   └── SoundCard.swift
    ├── Onboarding
    │   └── OnBoarding.swift
    └── WhiteTitleText.swift

Release Note

Release Note

About

An iOS app that you can customize your own resting music

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 98.5%
  • Other 1.5%