Build a JavaScript calendar in 15 minutes

Поделиться
HTML-код
  • Опубликовано: 12 апр 2020
  • Learn how to build a calendar in JavaScript using modern date APIs!
    This is using the platform that I use to teach JavaScript which is learnjavascript.online/?...
    Learn Programming: learnprogramming.online/?utm_...
    React Tutorial: react-tutorial.app/?...
    Learn HTMLCSS: learnhtmlcss.online/?...
  • НаукаНаука

Комментарии • 41

  • @kamichikora6035
    @kamichikora6035 2 года назад +4

    Great content... You know your stuff. Straight to the point... No BS... That's how you know a great teacher from the rest. Thx man.

  • @nathanhains8372
    @nathanhains8372 3 года назад

    How would you suggest refactoring this to only toggle one at a time instead of multiple? & maybe to add an event listener that coincides with a form to do something with that selected date?

  • @JadJoubran
    @JadJoubran  4 года назад +2

    Checkout my interactive courses:
    Learn HTML CSS: learnhtmlcss.online/?
    Learn Programming: learnprogramming.online?
    Learn JavaScript: learnjavascript.online?
    React Tutorial: react-tutorial.app?

  • @theflowwizard
    @theflowwizard 2 года назад +10

    nice explanation, although I find the assumption that the first date of the month starts on a Monday too easy. I would have really liked to see you go over how to dynamically fill in the days also for months where the first day does not start on a Monday.

    • @sephirothjc
      @sephirothjc Год назад

      I've been working on something like that and it was kind of cool to figure out. If I knew the first thing about making videos, I'd make one for sure.

  • @rodweleo
    @rodweleo Год назад

    Awesome tutorial. Thank you.

  • @a-gamephile5613
    @a-gamephile5613 4 года назад +4

    Awesome video 👌 please upload more videos :)

  • @stefanbogdanovic590
    @stefanbogdanovic590 4 года назад +2

    Hell yeaa 😎😎 awesome video like always man!

  • @jonahg6564
    @jonahg6564 4 года назад +2

    NEED MORE!!!

  • @nicolasheredia2519
    @nicolasheredia2519 3 года назад +1

    Nice video! :)

  • @joaooliveira8601
    @joaooliveira8601 3 года назад +5

    Awesome video! code in github ?

  • @bassarisk6050
    @bassarisk6050 2 года назад

    Great tutorial! Thanks!! Can this be done with plain Java instead of JS?

    • @perepicomuntaner8843
      @perepicomuntaner8843 2 года назад +8

      Well... java and javascript have nothing to do with each other. But yeah, you could program a calendar using Java, and displaying it on the web with some sort web framework for Java :)

    • @sephirothjc
      @sephirothjc Год назад

      Yeah, the name can throw you off but they're actually completely different languages.

  • @heyyy4987
    @heyyy4987 4 года назад +3

    how add mobile holidays and fixed holydays from json file?

  • @user-js9pd7cv6g
    @user-js9pd7cv6g 2 года назад +1

    How can I integrate it with to-do list?

  • @heyyy4987
    @heyyy4987 3 года назад

    how add mobile holidays and fixed holydays from json or array file?

  • @user-xb8uq9yc2y
    @user-xb8uq9yc2y Год назад

    is it still in the JS course? I wonder if I haven't arrived to it yet.

  • @user-ux2wx4ut8i
    @user-ux2wx4ut8i 2 года назад

    Where is the CSS you had copied located?

  • @okuratnywidz3196
    @okuratnywidz3196 3 года назад

    Hi , this calendar show actuall date ?

  • @estelasanchez8889
    @estelasanchez8889 3 года назад +1

    Bravo :)

  • @stephanebrault3670
    @stephanebrault3670 2 года назад +7

    That's awesome if every months has 31 days and they all start on a Monday (or Sunday)

  • @alexalannunes
    @alexalannunes 2 года назад

    And for fill the others days?

  • @piedrrum99
    @piedrrum99 4 года назад

    Is ${myvar} depending on jquery ? because i cant make it work and i have to use "+" to concatenate my variable

    • @JadJoubran
      @JadJoubran  4 года назад +2

      You have to use the backtick character this one: ` not a quote or double quote
      If you go through the course, it's mentioned on chapter 2 > Interpolation

    • @piedrrum99
      @piedrrum99 4 года назад

      Thanks you for this and all that you are doing !

  • @partiid
    @partiid 3 года назад +1

    yeah cool but days are not matching with the weekends.

  • @rayahmed2202
    @rayahmed2202 2 года назад +1

    Nice

  • @user-yy8cd3og8c
    @user-yy8cd3og8c 5 месяцев назад

    where is the link to your project?

  • @antonetrinh8662
    @antonetrinh8662 2 года назад

    Nice.

  • @kan1259
    @kan1259 3 года назад

    I tried adding the grid-template-columns: repeat(7, 1fr); to get the boxes to show but for some reason only my numbers will show but no boxes at all? Anyone know why?

    • @ahmedabdelrahman4700
      @ahmedabdelrahman4700 3 года назад

      to show boxes you have to put some css code to make it like a box

    • @saeid_shoja9864
      @saeid_shoja9864 2 года назад

      him css code have been ready already . so you have to write them for yourself

  • @szymonrykaa8987
    @szymonrykaa8987 3 года назад

    ok, but what if 1st is not monday :D ?

  • @Carlos-xh2mj
    @Carlos-xh2mj 3 года назад

    How to write this right arrow in JavaScript on my keyboard? Please... Thank you.

  • @davidfarah
    @davidfarah Год назад

    where is the CSS?

  • @user-ux2wx4ut8i
    @user-ux2wx4ut8i 2 года назад +1

    Not going to lie this was an awful awful tutorial.