Exam 1
This page contains my Exam 1 work and related materials.
Summary
Use this section to briefly describe what you built, what concepts you demonstrated, and any instructions needed to review your work.
What this includes
- Reusable navigation menu component
- Multi-page routing using the App Router
- Exam 1 content organized under a dedicated route
How to run
- Install:
npm install - Start:
npm run dev - Open:
http://localhost:3000/exam1
Submission Notes
This project demonstrates the use of the Next.js App Router, reusable components, and client-side navigation to build a structured, multi-page application. Use the top navigation menu to access the Exam 1 page. The navigation component is reused across all pages. This project was built using Next.js, TypeScript, and Tailwind CSS.