Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 967 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 967 Bytes

Image of ZAKA DEV PLAYER

ZAKADEV PLAYER DEMO

Music Player made with React JS, SASS and some CSS animation. This player was made following a course from Dev Ed. But with some tweaks from me to remove redundant code. Image of ZAKA DEV PLAYER

Main tech used to complete this project

  • REACT JS
  • SASS
  • CONTEXT API
  • CUSTOM HOOKS
  • CSS ANIMATIONS
  • MEDIA QUERIES FOR MOBILE RESPONSIVE

Installation

1- Clone this repo 2- Install the dependencies and devDependencies and start the application.

Using NPM

$ cd music-player
$ npm install
$ npm run start

Using YARN

$ cd music-player
$ yarn
$ yarn start