You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 16m 46s logged

Devlog 3:

IT MOVES

I still don’t understand most of the code writing, but I think I’m beginning to catch on to some JavaScript ideas and stuff. I did search up some topics but still.

I just followed part 3 of the tutorial and added the ability to move the window around, as well as to hide and show it. It’s pretty crazy to me how far I’ve come in such a short amount of time, as like one week ago I could’ve never imagined creating something even remotely close to this, even while following a tutorial.

I also finally moved all the CSS and JavaScript to separate files. Usually I would’ve created the separate files first, but I guess I just didn’t bother this time.

0

Comments 1

@rishe

moving JS and CSS to separate files is actually a bigger deal than it sounds - makes everything easier from here. draggable windows working is the satisfying milestone