Building an event calendar - React Challenge

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • Sign Up for BrightData → brdta.com/cosd...
    Source Code → github.com/cos...
    Join The Discord! → discord.cosden...
    VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"
    In this video we challenge ourselves to build an event calendar in React from scratch! This React code challenge series is designed to complete React challenges and see what cool stuff we can build. You can follow along or you can attempt to complete the React challenge yourself by checking out the repository. If you get stuck, the solution is in the GitHub repository as well!

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

  • @romancalderon
    @romancalderon 9 месяцев назад +11

    Great challenge, please do more like this. Inspired to make my own calendar app!

  • @madhanr5622
    @madhanr5622 9 месяцев назад +4

    Nice video❤.Please continue this series.

  • @0xtz_
    @0xtz_ 9 месяцев назад +1

    in the company I'm in we just did a weekly ssr calendar hhh it was a bit challenging with the query params holding the start week the filters etc and supabase and it was fun and I would like u to make a video to see how u structure it and build it in Next.js can you ? hmm 🤔

  • @JavadAsadi-ec2ho
    @JavadAsadi-ec2ho 24 дня назад

    I urgently need to implement the event spanned multiple days, can anyone help me?

  • @ShivamJha00
    @ShivamJha00 9 месяцев назад

    What's a time complexity of O2?

  • @mohamedsalimbensalem6118
    @mohamedsalimbensalem6118 9 месяцев назад +2

    i'm junior developer with 1 year of experience, ive watched all your videos and learned a lot throughout the journey, looking to see all your next videos, keep it up cosden

  • @Shaheer-xs5os
    @Shaheer-xs5os 9 месяцев назад +1

    Damn, date-fns in awesome... I think I am using it in my own event calendar... thanks for the video man!

  • @jordan_w
    @jordan_w 9 месяцев назад +2

    Just found your channel and liking what I see so far! Loved watching along to see how you tackled the problem! My only suggestion for future videos would be to more clearly define the challenge at the start of the video; maybe by showing a mock up or your final product, so those of us who want to try the challenge before watching have something more clear to aim for without skipping through the video - This could also be good for viewer retention as it makes people want to see how you made it :)

    • @cosdensolutions
      @cosdensolutions  9 месяцев назад +1

      Yes that's a great tip, thanks a lot! Will try this in the next one and compare

  • @wilsonchen5224
    @wilsonchen5224 2 месяца назад

    Please make more videos like this!

  • @prashlovessamosa
    @prashlovessamosa 9 месяцев назад +1

    Thanks for sharing please share more challenges in future.

  • @sriharansaravanan4653
    @sriharansaravanan4653 7 месяцев назад

    Please update more vedio .

  • @codewithsunil5990
    @codewithsunil5990 9 месяцев назад +1

    Need more challenges like this

  • @VolodymyrPetrovskyi
    @VolodymyrPetrovskyi 2 месяца назад

    Great challenge, great explanation! Thank you for sharing! And yes, we need more ))

  • @ivanmosful
    @ivanmosful 8 месяцев назад

    Has ayone figured out how to span an event on multiple columns, or hos to break it if for example it starts at the end of the week and then continues on the next one?? Thanks in advance.
    Thanks for the video:)

  • @AnuMessi10
    @AnuMessi10 9 месяцев назад +1

    Great content as always, you can come up with such challenges that are also asked in machine coding rounds during the interviews, eg date pickers, pagination, infinite scroll etc without any libraries

  • @パパライス
    @パパライス 6 месяцев назад

    oh...this is great video!
    i wanted to implement like this event via react-day-picker, but i didnt know how to do.
    thanks!

  • @rebeldes96
    @rebeldes96 4 месяца назад

    Great video, thanks a lot!
    and subscribed!!

  • @jarolriera2856
    @jarolriera2856 4 месяца назад

    I am building a reservation calendar from scratch and this really helped me a lot. Thank you, your content is great!

  • @jyotirmoykarmakar8511
    @jyotirmoykarmakar8511 9 месяцев назад

    Hi! What's your VS Code theme? I really like it

  • @nallaparajuamareshvarma8471
    @nallaparajuamareshvarma8471 9 месяцев назад

    can you please do day calendar challenge it would be more interesting

  • @MuhammadIlyas-dr7eg
    @MuhammadIlyas-dr7eg 9 месяцев назад

    I'm an experience backend dev and now moving toward full stack. We need a clone series as a project base learning

  • @nithinraj342
    @nithinraj342 9 месяцев назад

    Can u do lighthouse optimisation, I didn't understand plz do it

  • @faizanahmed9304
    @faizanahmed9304 9 месяцев назад +1

    Thanks!

  • @akashthoriya
    @akashthoriya 9 месяцев назад +1

    Learning a lot from your videos, Thank you!
    We need more videos on Design Patterns. [Nowadays nobody is creating such videos with great details like you]

  • @juliusngwu
    @juliusngwu 9 месяцев назад

    Awesome

  • @yaa4500
    @yaa4500 9 месяцев назад

    Such a good challenge. The best react youtuber i’ve ever seen.

  • @tshepokhumako1403
    @tshepokhumako1403 3 месяца назад

    wow

  • @jimsmart2522
    @jimsmart2522 9 месяцев назад

    Minor point re big-O... You keep saying O(2), but n-by-m is better described as O(n^2) - technically O(2) is still linear, but O(n^2) is quadratic. HTH
    Great content, keep up the good work!

    • @cosdensolutions
      @cosdensolutions  9 месяцев назад

      Yeah, I always mess these up lol. Thanks for the clarification!

  • @kostiantynsydorenko7344
    @kostiantynsydorenko7344 9 месяцев назад

    Super video, thanks!

  • @jech33
    @jech33 9 месяцев назад

    There you go! Nice sound and awesome vid 🤟🏻

  • @w1kk857
    @w1kk857 9 месяцев назад

    14:00
    from react docs:
    "Keys must be unique among siblings. However, it’s okay to use the same keys for JSX nodes in different arrays."
    so, its perfectly fine to have keys [0, 1, 2...] in first array and the same in the second. They wont overlap.

  • @harag9
    @harag9 9 месяцев назад

    Nice work, just shows how useful 3rd party packages are like the date one you used. Question on KEYs when mapping, I know it's best to not use index, and also they have to be unique. Can you confirm if they have to be unique throughout the page, if you had 3 maps, with index 1-100, should they all be different, you seem to be pointing at that with the "empty-index" you used.
    Would love to see more of these vids, but one suggestion I have is when you have a bug your trying to fix, please don't cut it out and then just show the end code.

    • @cosdensolutions
      @cosdensolutions  9 месяцев назад +1

      Keys have to be unique in the same parent, otherwise it's fine! That's why I added "empty-" there.
      And yes, I'm trying to find a balance between keeping the videos shorter and to the point, and explaining things thoroughly. Working on it!

  • @saqibmuhammad7218
    @saqibmuhammad7218 9 месяцев назад

    ❤ Love to see want more challenge videos

  • @vengateshvaidyanathang550
    @vengateshvaidyanathang550 9 месяцев назад

    Really Nice ..
    It will be too cool if we have series of creating a particular components of great product apps like Google apps, Microsoft 365, Apple

  • @HerlonCosta
    @HerlonCosta 9 месяцев назад

    I will have to watch this one a few times to understanding it well. Excellent class, very rich. Thanks for that!

  • @ositaka
    @ositaka 9 месяцев назад

    Your React Challenges is a super idea 💡

  • @kjbassu
    @kjbassu 9 месяцев назад

    Yes we need React challenges🎉

  • @icoderdev
    @icoderdev 9 месяцев назад