https://www.instagram.com/p/CSyeF-XHFtNG-rD4787GCUlEyWwUH5UpBTktTo0/
- Login, for user to login in this app with her/him account developers spotify
- Search music, users can search their music favorite
- Create a new playlist
- link direct show user profile
- Switch theme Light or Dark
- Node versi 14
- React
- React-router-dom
- Typescript
- Chakra UI
- React-redux
- Redux-toolkit
- React-hook-form
- MSW (Mocking Service Worker)
- clone this repo
git clone [email protected]:Dwipasca/my-playlist-spotify.git
- create your
.env.local
file to match.enc.example
file. - update your
.env.local
file as your local configs :
REACT_APP_SPOTIFY_ID = {Your client id in acount developer spotify}
REACT_APP_BASE_URL = {http://localhost:3000/}
- install depp
yarn or yarn install
- run project
yarn start
- run test
yarn test