This is a CRUD app that shows fake users data with help of json-server in a table. All CRUD actions are available in this app. Also you can filter the table in 2 ways. one with a input that filters table based on what you typed, and another one is a filter by select.
-- clone app -- npm install -- npm run dev