I'm proud that I have completed the challenge
However, it took a lot of time because I would often hit roadblocks then put off solving the roadblocks. I will definitely face them as they come next time
The share menu appears immediately because I'm using display: none; I would love if someone suggest a way to make it appear smoothly
I'm proud that I have completed the challenge
However, it took a lot of time because I would often hit roadblocks then put off solving the roadblocks. I will definitely face them as they come next time
Hello David, your solution close enough to the challenge, and you did really good work... though I have some simple notes for you:
<div class="output-tip-amount">$0.00</div>
<div class="output-total-amount">$0.00</div>
it gives it a nicer look, right?
main
border- radius all the same on the desktop viewHi there... you did really nice work, i only have one note for you the <span class="lastWeekHours">Last Week - 36hrs</span> maybe you could change it like on Daily --> Yesterday weekly --> last week (as you already did) Monthly --> Last Month I know its not mentioned on the design images, but semantically would be more convenient, right?!
< EN >
I'm proud that I was able to faithfully reproduce the original design with just my own knowledge, without resorting to Google multiple times. I also added extra functions with javascript, such as making the button clickable only if there is text, focusing on the input if the email is wrong and submitting the form when pressing Enter.
< PT >
Estou orgulhoso que consegui fazer o desafio até que bem fielmente com o meu próprio conhecimento, sem pesquisar muito. Eu também adicionei algumas funções extras pelo Javascript, como não desativar o botão de submit caso o user não tenha digitado nada no input, quando o email digitado está errado, o site já foca no input, para que não seja necessário clicar e o formulário também pode ser enviado apenas apertando Enter, o que agiliza bastante.
What challenges did you encounter, and how did you overcome them?< EN >
I think the RegExp for email validation was the biggest challenge, I couldn't manage to solve it very well, so I recurred to stackoverflow.
< PT >
Eu acredito que o RegExp para validar o email foi o meu maior desafio, eu não consegui resolver muito bem, então acabei recorrendo ao stackoverflow mesmo.
What specific areas of your project would you like help with?< EN >
Any help and feedback are very welcome! ^-^
< PT >
Toda ajuda e feedback são muito bem-vindos!!! ^-^
I'm proud of using the same elements on desktop and mobile, no display: none;
rules to using different elements on different viewports.
A lot of absolute positioning, but I manage to deal with it.
Hello there...
I have few notes that might enhance your solution...
I hope these notes were helpful to you... Enjoy your coding :)