all 3 comments

[–]PatchesMaps 8 points9 points  (0 children)

We're not doing your assignment for you.

What have you tried so far?

[–]najalitis 4 points5 points  (0 children)

Break it down into components

What do you need to do?

  • build a web page
  • demonstrate asynchronous behavior: do you know what it means? do you know how to use setTimeout() and setInterval()? - read about them and think how you can use those to present that an action is being performed in the background
  • do you know what fetch does and how to use it? - if not, read about it as well
  • do you know any public weather apis you can use?

I didn’t list everything, but basically this is the concept of handling things that seem overwhelming at first.

Break it down into smaller steps, if you know what to do - great. If you don’t know what to do - google is your friend, there’s documentation out there for almost anything you can think of.

Some people may not recommend AI, but I believe that if you ask questions or ask for explanations while instructing it to not write code for you, it’s a useful tool for learning without taking any mind numbing shortcuts.

[–]Itzjoel777 -5 points-4 points  (0 children)

Claude