Real-Time Sentence Search with Vue.js (Challenge)

# Introduction In this challenge, we will process sentences and create a search function using Vue. We need to retrieve the sentence data from a JSON file and display the complete sentence matching the user's search keyword in real time. The matching keyword should be highlighted in the displayed sentence. Let's start creating a dynamic and interactive sentence search interface using Vue!

|60 : 00

Click the virtual machine below to start practicing