This project was bootstrapped with Create React App.
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
=> 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 🆕