React Router & Route Protection
Estimated Time: 3 hours
Status: ☐ Not Started
🎯 Objectives
- Set up routing in React
- Protect routes with a PrivateRoute
- Use redirects
🔗 Resources
- React Router Tutorial
- Traversy Media Crash Course
✅ Tasks
- [ ] Install react-router-dom
- [ ] Add Routes and Route
- [ ] Create a PrivateRoute wrapper