🧩 Task
Create a subject manager UI that allows users to:
- Add new subjects
- Edit subject names
- Delete subjects
Each subject should be shown as a card with animation and hover effects.
🛠 Tech Stack
- Next.js
- Tailwind CSS
- Framer Motion (optional)
🎯 UI Goals
- Responsive layout (1–3 cards per row depending on screen)
- Styled using the same dark theme and spacing as landing page
- Use localStorage temporarily to persist subjects
📁 Suggested file: pages/subjects.tsx