nextjs-course-code
nextjs-course-code copied to clipboard
Starting project
I converted the final code to starting project code and updated the dependencies. One thing to care of is next-auth change some of the import like useSession is now in 'next-auth/react' (before 'next-auth/client')
Here is the link to starting project