Tips on handling the input error quirk, the errors still show when one changes the input values. Any feedback will be much appreciated.
Thanks 🤝🏾
Tips on handling the input error quirk, the errors still show when one changes the input values. Any feedback will be much appreciated.
Thanks 🤝🏾
Hey,
Nice work with this challenge. There is some issue with the logic, I tried my birthday and the numbers start to change without stop.
About you question, I used in my solution the "on change" event at input to remove the error message. https://www.w3schools.com/jsref/event_onchange.asp
Hope it helps!
I need suggestions, everything is very helpful to me. It's my first time creating a hover effect on an image. I followed a video tutorial to some extent. -How can I make the hover appear directly on top of the image? When I hover over the image, the container with the eye appears slightly below. I'm not sure if I explained myself well or if there are other ways. What is the correct way to show the eye perfectly on top of the NFT image?
Thank you.
Hey Luis,
I forked your repo to test locally and made a pull request with the changes.
My suggestion would be to change the height of the .images div to the same as the .nft image (26rem) and adjust the height of the .capa to 100%.
Hope it´s help you!
Well, i think i did something wrong, the challenge wants us to calculate the age/month/day from a date that we choose/type, but what i calculated is the total years passed, then total month passed, then total days passed, separated, and i think the way i did is not what they asked. If someone knows how can i do in the way that the challenge asked i would be apreciated!
Hey Guilherme,
I liked your solution of putting two calculation possibilities.
I find some sources talk about this calculation, here is one : https://www.tutsmake.com/javascript-difference-between-two-dates-in-years-months-days/
I tried to account for the difference in days in months and leap years. I arrived at this solution: https://github.com/Leandr0SmS/Frontend-Mentor-Projects/tree/main/age-calculator-app
Hope it help you to find your best solution!
👍
Hello,
It was my first project using udeEffect hook. Its fetching two times the advise object and I don't figure out why. Someone can help me?
Thanks,
I update the code, but it keeps rendering twice... I realized that the app renders while the fetch() promise is pending, after getting data from the API it renders again with the new data state. I don't know how to avoid the component to renders twice, maybe creating a promise that waits for the API to send the data. 👋
I started with what I know about HTML and CSS, such as layouts, styles, and flexbox. For the components that I did not know how to style (such as background and buttons), I did some research online to find best methods. I'd like to get more practice with interactive elements, hover states, and responsive screens. And so...
Do the hover states work fine? How can I improve this design and make it responsive for mobile screens?
Any general feedback and tips would be very appreciated 😊
Hey,
For me it's a great work with HTML and CSS! Hover effects are working fine. About responsive design checkout this article:
https://www.freecodecamp.org/news/responsive-web-design-modern-website-code-for-beginners/