Skip to content

panyeung/MusicApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Netease Music

React Netease Music——It is a music application.

I always want to make a music player. Recently I found out there is an API provide music resource. So I decided make a application based on that. The code use react. Did not use any additional database. I am welcome your advice!

project address

NetMusic

Functionality

  • [] 登录/登出(目前仅支持手机密码登录)
  • discovery
    • [] banner
    • recommend playlist
    • [] recommend MV
  • [] Daily music update
  • All playlist
    • [] playlist search
  • playlist record
    • history
  • Search
    • search with keyword
    • [] search suggestion
    • [] search page
  • rank
  • singer page
  • singer detail page
  • MV related and play functionality
  • created, edit, destroy playlist
  • message
  • change theme
  • ......Add more functionality based on mood😂

Caution: Some songs cannot be play because of license.

tech

API

NeteaseCloudMusicApi

播放器的相关截图

01_个性推荐页

02_每日歌曲推荐

03_全部歌单

04_最新音乐页

05_歌单详情页

06_音乐播放详情

07_播放记录功能

08_搜索功能

09_搜索结果页

Start Project

yarn
yarn dev

visit in browser:https://localhost:3000