Try Answer

Topic: Jit-React

Lesson: Index

Try This example answer: this is one acceptable completed solution, not the only possible solution.

npm create vite@latest my-app
cd my-app
npm install
npm run dev

// Safe change: Index practice

Explanation: it uses the lesson pattern, changes one clear value, and keeps the result simple enough to test.