📋 Task Description
Install and configure TanStack Query and React Router.
🎯 Objectives
- Install
@tanstack/react-query, @tanstack/react-query-devtools, react-router-dom
- Configure
QueryClientProvider in App.tsx
- Set up
BrowserRouter and central route config
- Add React Query DevTools
- Placeholder pages: Dashboard, Notes, JotPad, TodoList, StudyTracker, Profile, Login, Signup, ForgotPassword, Upload
✅ Acceptance Criteria
- Router + QueryClient wired
- DevTools enabled in dev
- All placeholder routes render