Git Product home page Git Product logo

react-cloud-music's Introduction

React-Cloud-Music

技术栈

  • React全家桶: React + React-router + Redux
  • react-router-config: 通过配置路由表来生成 React 路由
  • redux-thunk: 处理异步逻辑的 Redux 中间件
  • immutable:用于持久性数据的库,可将 Redux 中的 JS 数据结构转换成 immutable 数据结构
  • styled-components: 一种 css in js 技术,将样式绑定到标签上,可以像 React 组件一样使用这些标签
  • axios: 用于请求接口数据
  • better-scroll: 用于滚动场景的插件
  • react-lazyload:用于图片懒加载的插件
  • swiper: 用于轮播图的插件
  • react-transition-group: 用于实现过渡动画
  • create-keyframe-animation: 用于实现关键帧动画
  • react-app-rewired:用于修改 create-react-app 配置(需要安装 customize-cra)

后端接口采用 NodeJS 版网易云音乐接口 NeteaseCloudMusicApi

项目运行

  • clone NeteaseCloudMusicApi 项目,并启动服务(注意:要修改端口号)

  • clone 本项目,并进入项目文件夹

  • 下载模块并运行

npm install
npm run start

react-cloud-music's People

Contributors

leocharles avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.