willianjusten / nba-nextjs

See NBA game results and standings powered by Next.js
https://nba.willianjusten.com.br
26 stars 2 forks source link

Allow users to add their teams in the favourite section #32

Open mvfsillva opened 5 months ago

mvfsillva commented 5 months ago

Objective

Users are allowed to select a maximum of three teams to add to their favourite section.

To avoid any problems with server-side rendering (SSR), it is recommended to use cookies. https://nextjs.org/docs/app/api-reference/functions/cookies