Skip to content

Commit 524fc2c

Browse files
authored
Update README.md
1 parent 846a17e commit 524fc2c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Working demo for the project - [Link](https://next-spotify-smoky-v2.vercel.app)
1717
## Table of contents
1818

1919
- [Technologies and Libraries used](#technologies)
20+
- [Migration](#migration)
2021
- [Features](#features)
2122
- [To-do features](#todo)
2223
- [Run locally](#run_locally)
@@ -39,11 +40,22 @@ Working demo for the project - [Link](https://next-spotify-smoky-v2.vercel.app)
3940
- [Zustand](https://zustand-demo.pmnd.rs/)
4041

4142

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+
4254
<section id="features"/>
4355

4456
## Features
4557

46-
- Log-in into the application using Spotify OAuth through the next-auth package
58+
- Spotify OAuth for authentication
4759
- View user's top tracks and artists based on listening frequency
4860
- Display user's top tracks of all time
4961
- View recently played tracks

0 commit comments

Comments
 (0)