NhatMinh0208 / timetable-together

A web app for collaborative timetabling and scheduling. Part of Orbital 24 (Last Minute Pickup)
https://timetable-together.vercel.app
2 stars 0 forks source link

Implement navbar #3

Closed NhatMinh0208 closed 5 months ago

NhatMinh0208 commented 5 months ago

Let's get this underway.

First task is to make the navbar on the top of the site. The logo on the left should have a link that leads you to timetable page (or welcome page if user is not logged in.) On the right we should display either the user's name, or the login/register buttons if they're not logged in.

This should be simple enough. Just fetch the current session via NextAuth and use it to decide what components to render.

Try to make use of the root layout (layout.tsx) to not interfere with other code.

NhatMinh0208 commented 5 months ago

Resolved by #7.