live link : https://jayeshwpatil.github.io/userProjects/
This Vue.js project showcases a user list and their associated projects using a JSON file as the data source. The interface displays users on the left side, where each user is accompanied by the number of projects they’ve worked on. There’s a search box for quick filtering of users and a sorting feature that allows sorting users by name. When a user is selected, their projects are shown on the right side of the application.
Key features include:
User list with project count Sorting functionality by name Search functionality to filter users Display of user projects when a name is clicked Responsive design for various screen sizes Technologies used: Vue 3 Composition API, JavaScript, and Bootstrap.