Implement Search Suggestions with Vue.js

# Introduction In this project, you will learn how to implement an input search suggestions feature using Vue.js 2.x. This feature is commonly used in web applications to provide users with a list of matching data as they type in the search input. ## 👀 Preview ![finished](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/vuejs/project-input-search-suggestions/lab-input-search-suggestions/assets/effect.gif) ## 🎯 Tasks In this project, you will learn: - How to capitalize the first letter of the table headers in the data table - How to implement the search suggestions functionality based on the user's input ## 🏆 Achievements After completing this project, you will be able to: - Manipulate the DOM using Vue.js directives like `v-for` and `v-model` - Create computed properties in Vue.js to filter and display the search results - Apply basic styling to the table and search input

|60 : 00

Click the virtual machine below to start practicing