Kamila Kłosek
@KamQuossAll comments
- @gburaSubmitted 11 months ago@KamQuossPosted 11 months ago
Nice work!
Design is very accurate, calculations are greate. One cannot make a mistke while filling the date input. Your code is clear.
Only one thing was a little bit different from desing. Look at level of inputs when one of them has an error. I think It would be perfect if all inputs where in the same line all the time.
Marked as helpful0 - @ClaireKarsentiSubmitted almost 2 years ago
Hello there,
This is my #8 challenge 🎉 Is there anything I could optimize in my code? Any feedback is greatly appreciated 😊
I choose to do this project in TypeScript language and with the framework React to deepen my skills in these fields. This challenge also allowed me to deepen my knowledge of CSS for the layout part of this project.
Here are some example of my customization I added to this project:
⏯️ I decided to add a button to control the start of the countdown. This button can also pause the countdown. 🔄 I also added a reset button. This button is available only when the countdown is running.
Thank you for reviewing my code, I am happy to hear any suggestions! 🙏
Claire
@KamQuossPosted almost 2 years agoHi Claire, nice work :) I've noticed that numbers aren't changing every second, but change is made every 2-4 seconds. Have You tried to count time with Date object and interval. Chcecking current time and calulating subtraction from "zero" every second (interval) could be more accurate. Hope this apprach would be interesting for You.
Marked as helpful0