-
Notifications
You must be signed in to change notification settings - Fork 14
Description
🎯 Objective
Ensure the "Get Started" button correctly navigates users to the GetStarted page when clicked.
🔍 Context
This button is present on the home page and should guide users to the GetStarted.tsx page, as seen in the Figma design.
📋 Tasks
- Ensure a
GetStarted.tsxpage exists inpages/. - Add a Route for
/get-startedinroutes/AppRoutes.tsx. - Update the "Get Started" button in the Hero section to navigate to
/get-started. - Ensure smooth navigation using
Linkfrom react-router-dom.
💻 Technical Implementation
1️⃣ Locate the "Get Started" button inside HeroSection.tsx (or relevant component).
2️⃣ Import Link from react-router-dom.
3️⃣ Use the Link's to property to set the route
4️⃣ Ensure styling matches the Figma design.
📌 Contributor Reminders
✅ Check the Contribution Guidelines: 🔗 CONTRIBUTING.md
✅ Sync with the latest changes from the LogiQuest repository before working on this issue.
📝 Acceptance Criteria
✅ Clicking the "Get Started" button navigates to the GetStarted page.
✅ The button matches the Figma design.
✅ Navigation is smooth and works across all devices.
💪 Skills Required
- React
- Tailwind CSS
- React Router
- Responsive Design
📈 Difficulty
Easy