I've tried google code and github but I'm a complete noob to git and can't figure it out for the life of me.
If you use Windows, I recommend to install the Github client:
https://windows.github.com Of course it's not as powerful as the command line, but for 99% of all tasks I do with Github I don't need more. It is not more difficult than a file explorer and even very useful for basic stuff, which tends to get bigger over time anyway
Another advantage of Github compared to Dropbox is how easy it is for others for use your project, either clone it (means download), or fork it, means creating their own version of it in Github and then probably sending you pull-requests, if they find bugs which you then can accept for fixing your own project, too. All with an easy to use web interface (except the part when you send pull-requests, that's the time when the pull-request creator needs the command line).