Giter VIP home page Giter VIP logo

to_be_continued's Introduction

To Be Continued App [iOS]

iOS Audio Player app that remembers each track's last playback position.


Prerequisites

  1. brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. node
brew install node
  1. watchman
brew install watchman
  1. yarn
brew install yarn
  1. react-native
npm install -g react-native-cli

Setup

  1. git clone https://github.com/hhuynhlam/to_be_continued.git
  2. cd to_be_continued
  3. yarn install

Development

  1. To run app in iOS simulator
react-native run-ios

to_be_continued's People

Contributors

hhuynhlam avatar

Watchers

 avatar  avatar

to_be_continued's Issues

A User plays and audio file

As a user,
I want to select and play an audio file

Acceptance:

Given that device has audio files
When the user selects a file from the audio list
Then he/she will hear the track.

Given that the audio file is playing
When interacts with audio controls (play, pause, seek, volume)
Then the media player will respond accordingly.

A User sees a list of audio files

As a user,
I want to see a list of all my audio files
So that I can select a file to play.

Acceptance:

Given that device has audio files
When the user opens the app
Then he/she will see list of audio files.

A User bookmarks an audio file

As a user,
I want to bookmark my position on an audio file
So that I can continue where I left off.

Acceptance:

Given that device is playing an audio file
When the user selects a bookmark button
Then he/she can resume the audio track form the bookmarked position at a later time.

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.