import React from 'react'; import { useNavigate } from 'react-router-dom'; import './GettingStarted.css'; function GettingStarted() { const navigate = useNavigate(); const handleStartInventory = () => { navigate('/interest-inventory'); // Navigate to InterestInventory when the user clicks "Start Inventory" }; return (
Let’s start by getting to know you better. Completing the steps below will help us tailor career recommendations based on your interests.
Add details like your skills, education, and experience to further personalize your recommendations.
Discover your career interests by taking the O*Net inventory. This will help us suggest personalized career paths for you.
{/* Start Inventory button */}You can skip ahead and begin planning your milestones now.