Hey there—I’m a beginning coder and this is my first post here. This is not one of the FCC projects.
I wrote a little web app to let me and my roommate monitor when our dog was last walked and uploaded it to github pages.
https://karlwenninger.github.io/henrywalks/
It only needs to save and retrieve the day, time and name of the person who last walked the dog. Right now the app is saving this data locally but I need to learn how to get it on some kind of server so that my roommate and I can use it on mobile.
My questions are:
-
do I need to set up and pay for some kind of server service (I feel like this might be overkill for such a little project) or can I host the necessary files on Google Drive or Drop Box? What’s the easiest and cheapest way for me to do this?
-
What new skills/languages should I start learning to get this simple thing done? PHP? JSON? SQL? I really don’t know.
I’ve been trying to figure this out on my own for a few days. I’m guessing that someone here can answer this easily. Thanks for your help