Тёмный

Create a Pomodoro Clock in React with the Context API - freeCodeCamp advanced JavaScript 2021 

Coding With Siphiwo
Подписаться 1,4 тыс.
Просмотров 17 тыс.
50% 1

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@_g0dless
@_g0dless 3 года назад
Thank you very much for this tutorial, today I learned something new: D
@dennisgary3913
@dennisgary3913 3 года назад
sorry to be off topic but does anybody know a way to get back into an Instagram account? I was stupid forgot my password. I would appreciate any assistance you can give me!
@kysontristan2626
@kysontristan2626 3 года назад
@Dennis Gary instablaster :)
@dennisgary3913
@dennisgary3913 3 года назад
@Kyson Tristan Thanks so much for your reply. I found the site thru google and Im trying it out atm. Seems to take quite some time so I will reply here later when my account password hopefully is recovered.
@dennisgary3913
@dennisgary3913 3 года назад
@Kyson Tristan DAMN IT REALLY WORKED! Literally hacked my instagram login after ~ 30 mins by using the site. Had to pay 15$ but definitely worth the money =) Thanks so much you saved my ass!
@kysontristan2626
@kysontristan2626 3 года назад
@Dennis Gary Happy to help :D
@siphiwocode
@siphiwocode 3 года назад
Hi guys 👋 Just a heads up that this is my first over an hour video and you are bound to find some bugs. At the end of the video there is small issue that I challenge you guys to find and discuss it in the comments. Clue: "Active" class not working.If you guys like this type of videos and really learn from them, I would appreciate a 👍(LIKE) , 🗣(SHARE) and new 😉(SUBSCRIBER)
@tatianajohnson7769
@tatianajohnson7769 2 года назад
Thanks for this tutorial! This was the first time I used the CountdownCircleTimer!
@amolshrivastava7786
@amolshrivastava7786 3 года назад
bro i was stuck with this same project. This video is a lifesaver. kudos keep up such good work.
@siphiwocode
@siphiwocode 3 года назад
Glad to hear that😉
@fuzfyy
@fuzfyy 3 года назад
same! this was exactly what i was looking for!
@ziontutorial
@ziontutorial 2 года назад
idk why your video not viral quality content and frontend and design sense superb kindly make these kind of videos and one think I notice in your video is make your thumbnail awsm bcz your content is dope.
@siphiwocode
@siphiwocode 2 года назад
Thanks alot for your input. Will definitely work on creating more attention grabbing thumbs 👍
@yahoosure8574
@yahoosure8574 8 месяцев назад
thank you very much for the tutorial, it was really helpfull, but the sound quality wasn't that good like the noise on the background when you speak was a bit annoying, I advice to enhance the sound quality so the user can watch more and understand without getting distracted 🙏♥
@siphiwocode
@siphiwocode 8 месяцев назад
Thanks for the pointer, I think you would love to know that I have since upgraded my sound on my latest videos. Have a watch and let me know your thoughts on the sound.
@mavldr
@mavldr 2 года назад
Спасибо, это был очень полезный урок!
@siphiwocode
@siphiwocode 2 года назад
Thank you for watching, glad you like the vid. I had to google translate you comment 😁
@shehansaverimuttu2049
@shehansaverimuttu2049 3 года назад
when u refresh the page, it loads SettingsContextProvider right. can i change it to where it loads up the timer page (where the timer is at) ? nice video though, helped me alot
@siphiwocode
@siphiwocode 3 года назад
Glad the video helped alot. With regards to your question, can you point me to the timestamp and I'll try my best to assist.
@bensonmkurian2071
@bensonmkurian2071 2 года назад
Why do you switch between const function declaration and normal function declaration? Is there a reason for writing some functions the normal way instead of using const declaration...?
@siphiwocode
@siphiwocode 2 года назад
Good question Benson. In this video there is no real reason as to why I'm doing it. However, I think it's a good point to know that arrow functions or const functions cannot be called before they are declared.
@Karina-bv1rl
@Karina-bv1rl 3 года назад
Hey! Thank you for the tut, Siphiwo! I am stuck with "nothing was returned from render" error, could you please help me out? It points out to my index.js file though I cannot see anything wrong with it... What could it be? I already review all of my files several times, ahahah
@siphiwocode
@siphiwocode 3 года назад
Hi Karina, thank you for reaching out. Unfortunately I am flying blind here as I'm not sure what causes the error. Can you share your git repo with me so that I can download your files and see if I get the same error. Oh, thanks for the LIKE and SUB!!!
@mimi711ify
@mimi711ify 3 года назад
I hope I can help you with your error, check if you did the function all right! I had this problem and I solved it by a silly typo (:
@Karina-bv1rl
@Karina-bv1rl 2 года назад
@@mimi711ify hey, Millena! I checked my code few times at first and I just couldnt find anything wrong, ahaha. But then I followed your advice, decided to take a breather for a week and came back to it today. Yep, I found quite a few typos which were not so vivid at first! So I am proud to say it is working all right now! Have a great day!
@karthikm.1804
@karthikm.1804 2 года назад
please do this also with vanilla js that would be a great learning
@siphiwocode
@siphiwocode 2 года назад
Hey Karthik, thanks for the suggestion and I will work into the schedule. Thanks for the support
@fuzfyy
@fuzfyy 3 года назад
hi, thanks for the tutorial it really helped me a lot but can you please share the css file too im new to this stuff so it would be great if you did that thanks!
@siphiwocode
@siphiwocode 3 года назад
Hi Fuzfy you can find the css file in my github repo: github.com/Siphiwo/pomodoro-app-with-react/blob/master/src/index.css
@fuzfyy
@fuzfyy 3 года назад
thanks!
@jamspice100
@jamspice100 3 года назад
try changing className on the 3 buttons to activeClass
@siphiwocode
@siphiwocode 3 года назад
Hi Carlington, is the with regards to the Start & Pause button class not taking effect?
@jamspice100
@jamspice100 3 года назад
@@siphiwocode yes
@PankajKushwaha-e1k
@PankajKushwaha-e1k Год назад
does it work with npm
@siphiwocode
@siphiwocode Год назад
Not sure what you asking Pankaj. A valuable skill in dev is being able to explain your code and in this case, your question 😉
@phillip76
@phillip76 2 года назад
This tutorial is simply not good. Good tutorial allow breaks. Good tutorials are modular such that each module is a working application. You might ask what do you mean by modular? I mean a simple program grow in complexity to a more complicated program. This would be more easy to following. This tutorial is not doing that...
@siphiwocode
@siphiwocode 2 года назад
Hey Phillip and thank you for your input. Really like the constructive criticism and how you are struggling to follow along the video. I will definitely keep this in mind when doing more advanced type videos like this one 👍
Далее
Don't Use Websockets (Until You Try This…)
6:46
Просмотров 312 тыс.
Every React Concept Explained in 12 Minutes
11:53
Просмотров 714 тыс.
Why does JavaScript's fetch make me wait TWICE?
6:23
Просмотров 173 тыс.
React visually explained: 'use client'
15:57
Просмотров 51 тыс.