- server This package container API for Stream, build with Nodejs, Express and Spotify API
- client Is a frontend for Magnifier, build with React, Context API and Axios.
- Login/Signup
- Listen Music
- Genres
- Create Playlist
- Likes Favorite
- Search album, artist
Plugin | README |
---|---|
axios | plugins/bcryptjs/README.md |
cookie-parser | plugins/cookie-parser/README.md |
cors | plugins/cors/README.md |
express | plugins/express/README.md |
request | plugins/request/README.md |
morgan | plugins/morgan/README.md |
nodemon | plugins/nodemon/README.md |
Plugin | README |
---|---|
axios | plugins/axios/README.md |
react | plugins/react/README.md |
react-heartbeat | plugins/react-heartbeat/README.md |
react-router-dom | plugins/react-router-dom/README.md |
react-tooltip | plugins/react-tooltip/README.md |
code
├── package.json
│
├── client
│ ├── public
│ ├── src
│ │ ├── assets
│ │ ├── components
│ │ ├── context
│ │ ├── hooks
│ │ ├── screens
│ │ ├── services
│ │ ├── utils
│ │ ├── App.js
│ │ ├── index.css
│ │ └── index.js
│ │
│ └── package.json
│
├── server
│ ├── utils
│ └── server.js
├── .gitignore
└── README.md
Home | Search | Genre |
---|---|---|
![]() |
![]() |
![]() |
Artist | Album | Playlist |
---|---|---|
![]() |
![]() |
![]() |