Build a react tailwind calendar ui from scratch

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • In this video I am going to show you how to build a calendar ui using react and tailwind from scratch.
    Support the channel : 🙏🌸
    - donate 🌻: / dailywebcoding
    Code: github.com/Che...
    Demo: daily-react-ca...
    Follow me: 👇
    - Discord: / discord
    - Github: github.com/Che...

КОМЕНТАРІ • 27

  • @eshw23
    @eshw23 Рік тому +3

    THANK YOU SO MUCH. I succesfully added my own backend to this where I made a workout/productvity app with nestjs.

  • @davidesouza2502
    @davidesouza2502 4 місяці тому +1

    Guy, thats perfect, youre amazing, thank you so much

  • @AkshayPython
    @AkshayPython 6 місяців тому +1

    Thank you sir! It was very useful to me for my project!

  • @ep6098
    @ep6098 Рік тому +2

    When checking if the date added to the dates array is "today", the api has an "isSame()" function for comparing dayjs objects. We can implement this by either creating a constant of dayjs at the beginning of our generateDate() function, or comparing it in the loop like this: firstDateOfMonth.date(i).isSame(dayjs(), 'date').

  • @ep6098
    @ep6098 Рік тому +2

    Great tutorial! Thanks for posting.

  • @irinsajan2870
    @irinsajan2870 Рік тому +1

    Great tutorial! This works very well. Thank you.

  • @fedorevseev8867
    @fedorevseev8867 Рік тому +1

    Great theme of project!

  • @yonathanlevi7361
    @yonathanlevi7361 3 місяці тому +1

    your amazing. thank you so much bro

  • @sarahdickerson9514
    @sarahdickerson9514 Рік тому

    Great video! Thank you so much.

  • @berrymatondo2948
    @berrymatondo2948 5 місяців тому +1

    Wow ...Thanks

  • @sahil2pradhan
    @sahil2pradhan 5 місяців тому +1

    thank you soo much

  • @manpheakdey6709
    @manpheakdey6709 Рік тому

    Great Tutorial! Thank you

  • @microspacer
    @microspacer Рік тому +2

    Can you please make video with date range picker calendar?

  • @m.ramzannasir8717
    @m.ramzannasir8717 Рік тому +1

    Love you bro

  • @zakhargreaves4379
    @zakhargreaves4379 Рік тому

    How would you go about adding a list of times to pick from on the right?

  • @chibuifejohn6053
    @chibuifejohn6053 Рік тому

    how can I start the days array from Monday instead of Sunday

  • @bakaleisanich
    @bakaleisanich 11 місяців тому

    thn yyy

  • @jesseemana9598
    @jesseemana9598 Рік тому

    lucky i found your channel, can you build a responsive menu with react + tailwind, please??🙏🙏🙏🙏

    • @UncleDavid
      @UncleDavid Рік тому

      copy the menu section of an html page you like, copy the css and converted it to tailwind then copy the tailwind and add it to the html. try to learn by testing things out instead of waiting for handouts

  • @bakaleisanich
    @bakaleisanich 11 місяців тому

    If I want the week to start from Mon what do I need to do?

  • @kobbimensah547
    @kobbimensah547 Рік тому

    please how can i use an array of date inside dayjs

  • @jaimehrotra2764
    @jaimehrotra2764 Рік тому

    bro pls tell me how to add events on different dates

  • @HenriqueNewsted
    @HenriqueNewsted Рік тому +1

    Whics Vscode theme?

    • @DailyWebCoding
      @DailyWebCoding  Рік тому

      I am using this theme: marketplace.visualstudio.com/items?itemName=sdras.night-owl

  • @rizwanahmed5596
    @rizwanahmed5596 Рік тому

    git pay code or ha video , me or ha compare kro

  • @Mw-od6sd
    @Mw-od6sd 8 місяців тому +1

    I don’t like your code structure

  • @TesterAnimal1
    @TesterAnimal1 Рік тому

    Not really a Calendar. It’s a super-simple date picker.