GithubHelp home page GithubHelp logo

dekapd99 / niks Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 4.0 50.28 MB

๐Ÿ›Œ ๐Ÿง˜๐Ÿผโ€โ™€๏ธ 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 ๐Ÿ˜ด ๐Ÿ’ค

Home Page: https://www.figma.com/file/n8fhBUJc7Y4XWuvc83zUVZ/Mini-Challenge-1?type=design&node-id=0%3A1&t=wG3k42XnGWk3ohSh-1

License: MIT License

Swift 100.00%
apple avfoundation avkit figma ios ios16 ipados macos sleep swift5

niks's Introduction



Niks

Niks are made with Swift 5 & Figma.

About โ€ข Preview โ€ข Installation โ€ข Features โ€ข Contributors โ€ข License

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

Here is the file and folder structure for Niks:

.
โ”œโ”€โ”€ Assets                              # Contains Colors, Logo & Images
โ”œโ”€โ”€ Shared                              # Contains Watch Connectivity Manager
โ”œโ”€โ”€ Audio                               # Contains Audio Files for Apps Default Music
โ”œโ”€โ”€ NiksWatch Watch App                 # Contains Niks Watch Apps
โ”œโ”€โ”€ NiksApp                             # Contains Niks Root Project
โ”œโ”€โ”€ ContentView                         # Contains Preview Page Logic with HomeView
โ”œโ”€โ”€ Component                           # Contains Reusable & Recyclable Components
โ”‚   โ”œโ”€โ”€ BubbleDialogueComponent.swift
โ”‚   โ”œโ”€โ”€ BubblePopupComponent.swift
โ”‚   โ”œโ”€โ”€ LoadingComponent.swift
โ”‚   โ”œโ”€โ”€ SidebarComponent.swift
โ”‚   โ””โ”€โ”€ TimerComponent.swift                 
โ”‚
โ”œโ”€โ”€ Core                                # Contains Constant & Custom Modifier
โ”‚   โ”œโ”€โ”€ BackButtonStyle.swift
โ”‚   โ”œโ”€โ”€ ButtonStyle.swift
โ”‚   โ”œโ”€โ”€ EffectStyle.swift
โ”‚   โ”œโ”€โ”€ FontStyle.swift
โ”‚   โ”œโ”€โ”€ IconStyle.swift
โ”‚   โ”œโ”€โ”€ ImageStyle.swift
โ”‚   โ””โ”€โ”€ Constant
โ”‚       โ”œโ”€โ”€ Constant.swift
โ”‚       โ”œโ”€โ”€ Dialogues.swift
โ”‚       โ””โ”€โ”€ Shapes.swift             
โ”‚
โ”œโ”€โ”€ Model                               # Contains Data & Their Type for Each Content
โ”‚   โ”œโ”€โ”€ AnimatorModel.swift       
โ”‚   โ”œโ”€โ”€ AudioPlayerModel.swift      
โ”‚   โ””โ”€โ”€ MusicModel.swift       
โ”‚
โ”œโ”€โ”€ ViewModel                           # Contains Reusable General Function
โ”‚   โ””โ”€โ”€ AnimatorViewModel.swift
โ”‚
โ””โ”€โ”€ View                                # Contains Reusable Main Apps View
    โ”œโ”€โ”€ StretchPreview.swift
    โ”œโ”€โ”€ LoadingView.swift
    โ”œโ”€โ”€ GetReadyView.swift
    โ”œโ”€โ”€ TutorialView.swift
    โ”œโ”€โ”€ StretchingView.swift
    โ”œโ”€โ”€ HomePageView.swift
    โ”œโ”€โ”€ SleepView.swift    
    โ”œโ”€โ”€ SplashScreenView.swift    
    โ””โ”€โ”€ TotallySleepView.swift          

Features:

  • Yoga (Ujayyi Breath Method)
  • Yoga Tutorial Movement
  • Voice Over Yoga Tutorial
  • Interactive Sleeping Music and Background
  • Sleep Notifications (Daily Sleep Reminder at 10.00 P.M.)
  • Yoga Countdown Timer
  • Interactive Progress Bar
  • Interactive Character & Object
  • Shimmering & Pulse Animation Object
  • Close the Apps Automatically after 15 Minutes
  • Reusable Components
  • All Stacks (HStack, VStack, ZStack)
  • Custom Modifier (Extension)
  • User Notifications Permission
  • Watch Connectivity
  • AVKit for Apps Default Music
  • Splash Screen
  • Animation Sequence (PNG Sequence)

Build With

Contributors

Name Roles
Adriel Bernard Rusli Fullstack Developer
Abner Edgar Fullstack Developer
Bobby Sugiharto Animator & UI / UX Designer
Deka Primatio Deandra Fullstack Developer
Millennian Ibnu Adriansyah Karinda Animator & UI / UX Designer
Rachmaniar Larasati Project Manager

Installation

To use this repository, please follow the usage instructions below and make sure that Git is installed on your computer (execute all commands in cmd.exe or terminal):

  1. Download the .zip file or clone the repository using the following command:
git clone https://github.com/dekapd99/Niks.git
  1. Once the project is downloaded or cloned, open the project in Xcode by clicking on "Open a Project or File".

  2. Make sure to select iPad as the target simulator (Device column at the top of Xcode).

  3. Build and Run the project.

License

MIT License: Copyright (c) 2022

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

Assets Source: SF Symbols 4 Icon

Figma Projects: Niks Figma

(back to top)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.