Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.74 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.74 KB

iPod-Classic

An amazing classic device used to listen music and play games.

View this app here..

Note: This is work in progress in game section, feel free to jump in to contribute

Preview

demo.mp4

Basic Features

  1. Fully working functionality for listening to music (Play/pause, forward, backward, next, previous)
  2. Working settings menu(Theme, Wheel Colour, Wallpaper, Other)
  3. Now playing Menu
  4. Lock Screen
  5. Notification Bar(current time, Music status(Playing/paused))

How to Use/Control

  1. To unlock screen you have to press center button.
  2. To navigate between menu items you need to rotate on track wheel.
  3. To select a menu option navigate to it and press center button.
  4. To Play and pause music press play/pause button or select Now Playing option.
  5. Short pressing on forward/backward will take you to next/previous track.
  6. Long pressing on forward/backward will seek the song in forward/backward.
  7. To move back press menu button.

How to Install

Run this app by directly opening the Link here or follow steps mentioned below to set up on local directory.

  1. Clone this project
  2. Start by installing npm if you don't have it already
  3. Navigate to project directory by

cd iPod-Classic

  1. run following command to install the dependencies

npm install

  1. run following command to start the Project

npm start

Directory Structure

/src - all code files

/src/components - all react components

/src/css - all CSS files

/src/static - all static files

/src/songs - all audio files