@MrHoffman
Thank you sir. I'm glad to hear I can at least get started and perhaps survive for a while for free.
I've started with Playgrounds on macOS, but the app kept crashing during the first minutes of the tutorial.
The link to the other thread looks very valuable. I'll gladly start this journey reading the resources you posted there. Thank you for this showing me this path I can work towards. I believe this answers my question, although I'm sure as I journey, many more questions will arise. 🙂
@Alancito
I actually appreciate the link to the user guide for shortcuts because this has been a resource I've tried incorporating into workflows and never quite managed. However, for this project, I'm confidant that I need an app-level solution.
To add context to this "very simple app", firstly I work with computers often, but my programming knowledge mostly comes down to HTML I started teaching myself this year.
I play the trading card game Magic: The Gathering and I need an app with a database of cards that I can sort and filter. I also need to be able to create new lists of cards (decklist) by selecting them from the searchable database and adding them to a decklist.
It's kind of like creating an app with a large pre-existing list of groceries with data associated to each item in the list (approximate price, weight, nutrition facts) and an image, and then using that database to create a grocery list.
The data entry aspect of this task is intimidating as there are tens of thousands of cards, but I figured v1 would start with the most recent hundreds of cards released. Each card would need 8 pieces of data associated with it (name, cost, type, etc) plus 1 card image.
I started down this path because the app I had been using completely revamped its interface and also displays a lot of information irrelevant to my interests (USD prices, digital products, etc). I still haven't gotten used to the new interface and there are so many filter options and view options that I don't need.
tl;dr
I believe I have what I need to get started making my database app for my nerdy hobby