Hi,<p>I'm a non-technical person and would like to develop a couple of web apps (MVP version) that I am convinced do not require extensive development experience.<p>What do you suggest is a good place to start? (Preferably free resources)
I know some tools:
<a href="https://www.axure.com" rel="nofollow">https://www.axure.com</a> ,
<a href="https://whyable.com/rippler/" rel="nofollow">https://whyable.com/rippler/</a>,
<a href="https://www.sketch.com" rel="nofollow">https://www.sketch.com</a>,
Not sure about the pricing but I know they're a fast way to get a good MVP in place in a short time.
Probably better to just jump in and learn a popular programming language that has the libraries you need. Most of what you want to do has been done before. Simply read the documentation and follow a tutorial. Avoid new technologies and the latest fads.<p>Because what you want to do has been covered extensively, you'll mostly be calling functions in libraries to do it for you.
Download notepad++ or similar, learn what a function declaration and function call is, if loops, for loops, and arguments/return statements, variable declarations and assignments, and youre good to go!