You will leverage the sitemap created in the previous assignment to develop a functional web application using Next. The focus of this assignment is on creating template pages, establishing routes, and enabling seamless navigation between pages. Visual design is not a priority.
Create a new Next.js project. Initialize template pages corresponding to the categories identified in the sitemap. Define routes for each template page, ensuring alignment with the sitemap structure. Enable navigation between pages. Use Next.js Link
component for smooth transitions.
Deploy your early Next.js draft webpage to Vercel or Netlify for public access and test the navigation.
Deployed Next.js web application accessible via a public URL (Vercel or Netlify). Place the link to your public website in the README.md file of your repository (please check README template ).