This is a simple React-based web application for NEET online coaching, built using React Router v6. It features basic routing for Class 11 and Class 12 NEET programs, a landing page, and error handling.
- 🏠 Landing Page
- 📘 Class 11 NEET Program Page
- 📗 Class 12 NEET Program Page (with navigation)
- ❌ Error Page (for unmatched routes)
- 📌 Nested layout with header and footer
- 🔗 Navigation using
<Link>and<Outlet>
- React
- React Router DOM v6
src/
├── App.js # Main component with route definitions
└── index.js # React DOM rendering (not shown in this code)