My app lets users view skills they may want to learn, click a skill, and get redirected to a page showing information about the skill, in a similar layout to trade me/Facebook Market place, where you can see more info on an item you click. So far, I have all the information on a Google sheets dataset, with a list of skills. This is the user interface on the page:
(idk if its loaded oops)
When they click an item in the data viewer list, I want it to redirect to another page about that information specifically, but I don’t want to make an individual page for each skill. I have a layout planned, but I’m not sure how to get it to work properly. This is the layout:
I tried to use a data grid, but I couldn’t figure out how to make it work without displaying everything on the table on one page. I would show some code, but I have none for it, as I wasn’t sure where to start. I was going to do something similar to a previous page function that I have on a couple of different pages, but reversed(?) but I’m really clueless on how to get this to work.
Please help me!! I saw that one user had a similar question in March 2020, but the link provided timed out, and my brain is melting out my ears.