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.
- REACT JS
- SASS
- CONTEXT API
- CUSTOM HOOKS
- CSS ANIMATIONS
- MEDIA QUERIES FOR MOBILE RESPONSIVE
1- Clone this repo 2- Install the dependencies and devDependencies and start the application.
$ cd music-player
$ npm install
$ npm run start
$ cd music-player
$ yarn
$ yarn start