Explore all newline lessons
lesson
Module 7 IntroductionSleek Next.JS Applications with shadcn/uiLearn about building tables with shadcn/ui
lesson
RSVP FunctionalitySleek Next.JS Applications with shadcn/uiLearn how to add RSVP functionality to the event details page
lesson
Finish the Authentication FlowSleek Next.JS Applications with shadcn/uiAdd a logout function to the UserContext and a logged-in state to the LoginButton
lesson
Building the Authentication FormSleek Next.JS Applications with shadcn/uiCreate the AuthForm component to handle the login and register flow
lesson
Building the Login ButtonSleek Next.JS Applications with shadcn/uiCreate the LoginButton component and conditionally render it inside the RSVPButton component
lesson
Building The User ContextSleek Next.JS Applications with shadcn/uiLearn how to build the user context for the event management application using shadcn/ui
lesson
Forms in shadcn/uiSleek Next.JS Applications with shadcn/uiLearn how to build an event management application using shadcn/ui
lesson
Create a Card Variant in shadcn/uiSleek Next.JS Applications with shadcn/uiCreate a new variant for the Card component in shadcn/ui
lesson
The Event SheetSleek Next.JS Applications with shadcn/uiMaking the event list interactive by opening the event details sheet when the user clicks on an event
lesson
Event PageSleek Next.JS Applications with shadcn/uiCreate the events list timeline page for the event management application
lesson
Layout And HeaderSleek Next.JS Applications with shadcn/uiCreate the layout and header of the new events application