Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 887 Bytes

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 887 Bytes

React Music Player -- BETA --

This project was bootstrapped with Create React App.

Getting started with the project

After cloning the repository to your computer, install "npm install" to download all the modules.

The folders you want to modify have a sequence rule.

| - Components
| - Core
| - Pages - > Sections
| - json

  • Page transitions are in the "Components" folder
  • The codes that affect all pages are in the "Core" file
  • The content of pages or "Component"s is in "Pages" and "Sections".
  • Static data is in "JSON" file

Changes To 🔔

=> If current music ended, next music auto played 🔈
=> If keyboard right arrow pressing, next music auto played ➡️
=> If keyboard left arrow pressing, previous music auto played ⬅️
=> "Your-best" page is created 🆕