Plan 1. In showcase in views/HomeView using component Grid. Replace it by List like in ListWrapper. 2. Create separated component with code in ListWrapper in method ItemCard. Make the same with ItemCardEmpty 3. Change Card that it will show just title. 4. Make Card clickable like this https://codesandbox.io/s/71kvk8848j. When you click on a card it will open a modal. Create component with Modal. 5. Connect fetch 6. In modal connect component InsideLayout
Plan