Pomodoro Timer | Javascript Beginner Project Tutorial

Поділитися
Вставка
  • Опубліковано 16 лип 2024
  • 📌 In this episode we will learn how to create a Pomodoro Timer with html, css and javascript.
    📢 Subscribe if you want more Javascript Beginner Project Tutorials
    👍 Leave a like if you enjoyed it
    📢 If you have feedback or suggestions for projects that I could build, please tell me in the comments below.
    ⚜ For the Source Code and other Javascript Beginner Projects visit my GitHub Page: ⚜
    ▶️ github.com/learn-webdevYT/Jav...
    🔽 📋 My latest Three Javascript Beginner Projects Tutorials: 📋 🔽
    ➡️ Scroll Indicator
    🔗 • Scroll Indicator | Jav...
    ➡️ Change CSS with JavaScript
    🔗 • Change CSS Styles with...
    ➡️ Image Slider
    🔗 • Image Slider | Javascr...
    📼 Full Playlist with all Javascript Tutorials:
    🔗 bit.ly/2RbwdWz
    #javascript #beginner #projects #tutorial #html #css #coding #sourcecode #cssgrid #cssflexbox #code #webdevelopment #frontend #dev #pomodorotimer
  • Наука та технологія

КОМЕНТАРІ • 17

  • @CodePhilipYT
    @CodePhilipYT  4 роки тому +6

    ❤️ Thank for watching, leave a like and subscribe if this video helped you, also give me feedback and suggestions for more projects! ❤️
    For the Source Code visit:
    ▶️ github.com/learn-webdevYT/Javascript-Beginner-Tutorials
    ⏱ Timestamps:
    HTML Part:
    1:10
    CSS Part:
    Source Code github.com/learn-webdevYT/Javascript-Beginner-Tutorials
    Javascript Part:
    4:42

  • @Zackmahas
    @Zackmahas 3 роки тому +6

    I have a front end interview tomorrow. wish me luck!

  • @charlene6306
    @charlene6306 3 роки тому +6

    This is by far the best Pomodoro tutorial I've found. You are an excellent teacher!

  • @fabriciosouza408
    @fabriciosouza408 3 роки тому +1

    Thank you dude! I'm learning and I really need help in each little thing!

  • @mariamdatukishvili4415
    @mariamdatukishvili4415 2 роки тому

    just love your explanation! Thanks again!

  • @elieli2570
    @elieli2570 2 роки тому +1

    Very straight forward and clear, very useful tutorial, thanks a lot.

  • @usolomons
    @usolomons 11 місяців тому +1

    just what i was looking for, thanks.

  • @CoderDmitri
    @CoderDmitri 3 роки тому +1

    Thank you so much! You are super man to me!

  • @adetolaadedeji7273
    @adetolaadedeji7273 4 роки тому

    Thank you... Very understandable..

  • @gathfamKang
    @gathfamKang 2 роки тому

    you are the best, thanks for the lesson.
    have a great day 🙌

  • @tenzinjamtsho4662
    @tenzinjamtsho4662 3 роки тому +1

    Need more vids. This channel is good

  • @davidmoses4802
    @davidmoses4802 2 роки тому

    Ur amazing. I luv u, I wish u kept uploading ):

  • @physiomedicine
    @physiomedicine 11 місяців тому +1

    hi codeduck, tell me what to do from the beggining , from zero

  • @ljudiurobi
    @ljudiurobi 3 роки тому +1

    How about a music player next?

  • @jasonchan7147
    @jasonchan7147 2 роки тому

    When I run through the code, there is an error shown as below:
    "Uncaught TypeError: Cannot read property 'innerText' of null"
    I tried changing to innerHTML or switching the addEventListener to onclick but both doesn't work, do you have any idea?

    • @thekasking
      @thekasking 2 роки тому

      You tried to access a property that isn't there. If you used getElementById(), then look and see if what you put in between the "( )" is correct.