Skip to content

Frontend: Route "Get Started" Button to GetStarted Page #18

@Mkalbani

Description

@Mkalbani

🎯 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.tsx page exists in pages/.
  • Add a Route for /get-started in routes/AppRoutes.tsx.
  • Update the "Get Started" button in the Hero section to navigate to /get-started.
  • Ensure smooth navigation using Link from 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

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions