Build a Notes App with HTML CSS JavaScript (BEGINNER PROJECT)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น •

  • @Tyneo4231
    @Tyneo4231 6 หลายเดือนก่อน +8

    THANKS! This was my first full js/html/css project with something functional.

    • @dev_ression
      @dev_ression  6 หลายเดือนก่อน

      Happy to help bro! Thanks for watching

    • @Hanji-b9m
      @Hanji-b9m 6 หลายเดือนก่อน

      ​@@dev_ression bro when i try to write a whole paragh without space . IT overflows plz tell how to fix it

  • @useronetwothree-z6f
    @useronetwothree-z6f 2 หลายเดือนก่อน +1

    great css/js/html project, i love this idea of a notes app. keep up the good work!

  • @huxnwebdev
    @huxnwebdev 11 หลายเดือนก่อน +3

    Amazing content as always, keep it up buddy 💖

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน

      Thank you bro!! You’re a legend ❤️

  • @maryam2348
    @maryam2348 3 หลายเดือนก่อน +2

    margin should be 8px

    • @vorlox6228
      @vorlox6228 3 หลายเดือนก่อน

      li span {
      font-size: 12px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-y: auto;
      max-width: 200px;
      }
      I recommend

  • @dacithethird6842
    @dacithethird6842 2 หลายเดือนก่อน +3

    was coding with you and when finished it i had some trouble so i just copied and pasted the code on github and now it's not displaying at all idk what's wrong

  • @awaluddintogar1175
    @awaluddintogar1175 9 หลายเดือนก่อน +3

    Bro youre the best. This is what a type explanation i was looking for🖤

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน

      Happy to help!!

  • @olisaemekaaghabuilo8688
    @olisaemekaaghabuilo8688 11 หลายเดือนก่อน +3

    Nice content.

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน

      Thanks for watching bro!

  • @codingjitsu
    @codingjitsu 9 หลายเดือนก่อน +2

    Great video!

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน

      Thank you bro

  • @11myhello
    @11myhello 5 หลายเดือนก่อน +4

    Why is the button to add a note that doesn't work I'm looking for a mistake? Does anyone help me?

  • @syedusmanbukhari952
    @syedusmanbukhari952 10 หลายเดือนก่อน +6

    Hi, I copied over your code in the github but It seems to have a scrollbar in the middle of each new note you make

    • @samirrai3254
      @samirrai3254 9 หลายเดือนก่อน +2

      li span{
      font-size: 12px;
      flex-grow:1;
      word-wrap: break-word;
      overflow-y: hidden;
      }
      li span:hover{
      overflow-y:auto;
      }
      do this.

    • @syedusmanbukhari952
      @syedusmanbukhari952 8 หลายเดือนก่อน

      @@samirrai3254 Thanks, that works :)

  • @rikscc
    @rikscc 9 หลายเดือนก่อน +2

    Ich finde das gut.

  • @drounny3076
    @drounny3076 3 หลายเดือนก่อน +1

    does this work with the visual code app?

  • @vorlox6228
    @vorlox6228 3 หลายเดือนก่อน +1

    Thanks you !

  • @saiteja7985
    @saiteja7985 หลายเดือนก่อน +1

    Tq bro

    • @dev_ression
      @dev_ression  หลายเดือนก่อน

      @@saiteja7985 thanks for watching!

  • @thewalrusdragon9579
    @thewalrusdragon9579 6 หลายเดือนก่อน

    Not getting an editing popup on my. Even went and double checked my work with the repo

  • @Iam_JanasenaniFan
    @Iam_JanasenaniFan 6 หลายเดือนก่อน

    Can u please help me

  • @Iam_JanasenaniFan
    @Iam_JanasenaniFan 6 หลายเดือนก่อน

    Its not working

    • @dev_ression
      @dev_ression  6 หลายเดือนก่อน

      What is your error?

  • @Iam_JanasenaniFan
    @Iam_JanasenaniFan 6 หลายเดือนก่อน

    Hiii

  • @codingwithchamindu
    @codingwithchamindu 10 หลายเดือนก่อน +2

    thank you

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Thank you for watching!

  • @Nothingless-i6s
    @Nothingless-i6s 10 หลายเดือนก่อน

    the create button is not functioning it says " Uncaught SyntaxError: Unexpected token '