lesson
Mobile ViewSleek Next.JS Applications with shadcn/uiMake the website responsive and adapt the table for mobile devices
lesson
Pagination and SortingSleek Next.JS Applications with shadcn/uiAdd pagination and sorting to the EventsTable component
lesson
New Events FormSleek Next.JS Applications with shadcn/uiCreate a form to allow users to create new events and display them in a table.
lesson
Custom Cells and Interactive RowsSleek Next.JS Applications with shadcn/uiCustomize the cells and rows of the table and open a sheet showing the event details when the user clicks on the title.
lesson
Setting Up and Configuring Tables in shadcn/uiSleek Next.JS Applications with shadcn/uiBuilding a powerful table to display a list of events that users have registered for.
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