Skip to content

Adrielrusli/Niks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Niks

Niks are made with Swift 5 & Figma.

AboutPreviewInstallationInstallationContributorsLicense

About

Niks is an app that we crafted to empower academy fellow learners to build a habit that will relax their minds and body to help them fall asleep faster. Many of them, just like Bobby, are overwhelmed by their daily activities, thus making them unable to easily fall asleep. Our app will show you a variety of animation and pleasing visuals, with seamless flow and easy control for the user to use.

Preview

Folder & File Structure

Beriut strukur fle dan folder pada Niks:

.
├── Assets                              # Aset Warna, Logo & Gambar
├── Data                    
│   └── FruitData.swift                 # Berisikan Static Local Data Variable
│
├── Model                   
│   └── FruitModel.swift                # Berisikan Fruit Local Data Type Declaration
│
├── Component                   
│   ├── FruitCardComponent.swift        # Berisikan Komponen Fruit Onboarding Card (OnBoardingView)
│   ├── StartButtonComponent.swift      # Berisikan Komponen Start Button (OnBoardingView)
│   ├── FruitRowComponent.swift         # Berisikan Komponen Fruit Row (ContentView)
│   ├── FruitHeaderComponent.swift      # Berisikan Komponen Fruit Header (FruitDetailView)
│   ├── SourceLinkComponent.swift       # Berisikan Komponen Source Link (FruitDetailView)
│   ├── FruitNutrientsComponent.swift   # Berisikan Komponen Fruit Nutrient Value (FruitDetailView)
│   ├── SettingLabelComponent.swift     # Berisikan Komponen Settings Label (SettingsView)
│   └── SettingRowComponent.swift       # Berisikan Komponen Settings Row (SettingsView)
│
└── View                     
    ├── OnBoardingView.swift            # Tampilan OnBoarding Page
    ├── Tutti_Fruity.swift              # Root Project: Konfigurasi ContentView
    ├── ContentView.swift               # Tampilan Home Page
    ├── FruitDetailView.swift           # Tampilan Detail Page for Each Fruit
    └── SettingsView.swift              # Tampilan Halaman Setting

Features:

  • Reusable Components
  • All Stacks (HStack, VStack, ZStack)
  • Custom Modifier
  • User Notifications (Daily Notification every 10.00 pm)
  • Watch Connectivity
  • AVKit for Music
  • Animation Sequence

Build With

Contributors

Installation

Untuk menggunakan repositori ini, ikutilah petunjuk penggunaan berikut dan pastikan git sudah terinstall pada komputer (semua perintah dilaksanakan pada cmd.exe atau terminal):

  1. Lakukan download .zip atau clone repositori dengan cara:
git clone https://github.com/dekapd99/Niks.git
  1. Jika sudah Download / Clone Project, silahkan buka Project di Xcode dengan Klik Open a Project or File.

  2. Pastikan untuk memilih iPhone 14 pada Target Simulator (Kolom Device dibagian atas XCode).

  3. Build & Run

License

MIT License: Copyright (c) 2022

DISCLAIMER: ASSETS ARE USED FOR EDUCATION PURPOSE ONLY, NOT FOR COMMERCIAL PURPOSES

Assets Source: SF Symbols 4 Icon

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%