Take this as a assignment for SE students who were not assigned any issues earlier
cd/
cd Frontend_SE_Assignment
npm install
npm run build
npm run dev
- Render in src -> App.jsx
- src -> Components -> FolderName (ex: FAQSection) -> index.jsx
- Public -> FolderName -> images (if any)