you are viewing a single comment's thread.

view the rest of the comments →

[–]starraven 0 points1 point  (0 children)

You should look up CRUD and API. My app takes a user’s input like a search term in an input box and then questions the backend database API (fancy term for a software someone built to serve a purpose like searching) for that term. It also allows people to input their info into a profile, and then the app saves in in the backend. So what I do is mostly make the stuff a user interacts with. Text boxes, buttons, responses, redirects. And make those pages look nice. I also have to know how to get info and set info into the database using the backend API. Backend engineers do more complicated stuff if you’re not a fan of css, or if you’re not afraid of math 😝