Premium
Vue Filterable / Searchable User List
Challenge summary
Build a Vue 3 filterable list using search text and role filters. Derive filtered results with computed properties and keep the source list immutable.
What you'll practice
- Render a filter UI and a list of users as the main component.
- Use a fixed in-memory list of users (name, role, active flag).
- Provide a text input that filters by name (case-insensitive).
- Provide a role dropdown (All, Admin, Editor, Viewer) that filters by role.
- Provide a checkbox that, when checked, shows only active users.
What Premium unlocks
Premium unlocks the runnable workspace, behavioral checks, implementation walkthrough, and edge-case discussion.
Free related practice
Upgrade to FrontendAtlas Premium to unlock this challenge. Already upgraded? Sign in to continue.