File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Working demo for the project - [Link](https://next-spotify-smoky-v2.vercel.app)
17
17
## Table of contents
18
18
19
19
- [ Technologies and Libraries used] ( #technologies )
20
+ - [ Migration] ( #migration )
20
21
- [ Features] ( #features )
21
22
- [ To-do features] ( #todo )
22
23
- [ Run locally] ( #run_locally )
@@ -39,11 +40,22 @@ Working demo for the project - [Link](https://next-spotify-smoky-v2.vercel.app)
39
40
- [ Zustand] ( https://zustand-demo.pmnd.rs/ )
40
41
41
42
43
+ <section id =" migration " />
44
+
45
+ ## Migration from Next-Spotify v1 to Next-Spotify v2
46
+
47
+ - Migrating from pages directory to app directory
48
+ - Shifting from getServerSideProps to async calls in server components
49
+ - Uniformity in usage of colors than v1
50
+ - Updated UI
51
+ - Use of both server components and client components together
52
+ - Separate root layouts for different groups of pages
53
+
42
54
<section id =" features " />
43
55
44
56
## Features
45
57
46
- - Log-in into the application using Spotify OAuth through the next-auth package
58
+ - Spotify OAuth for authentication
47
59
- View user's top tracks and artists based on listening frequency
48
60
- Display user's top tracks of all time
49
61
- View recently played tracks
You can’t perform that action at this time.
0 commit comments