@dhdbrud318
Submitted
Any feedback would be appreciated!
@dreyfus92
@dhdbrud318
Submitted
Any feedback would be appreciated!
@dreyfus92
Posted
Heyo @dhdbrud318 good job in completing this challenge 🚀. I was reviewing the code and I have a few suggestions:
<form>
with a non-empty value you presented <form action=`` class=
overlay__modal container`.DS-Store
and also node_modules
, this can be achieved by simply adding the names of the directories in the file .gitignore
Marked as helpful
@NoelaOst
Submitted
Had a trouble building this since I was using Tailwind CSS for the first time. Any advices are more than welcome.
@dreyfus92
Posted
Hello @NoelaOst, good job in completing this challenge 🚀. I was reviewing your GitHub Repo and I have a few suggestions:
Fontsource
https://fontsource.org/landmarks
.Marked as helpful
@musharafaahel
Submitted
I have developed this site with only intermidiate knowledge of HTML and CSS. So give me feedback for this site.
@dreyfus92
Posted
Hello @musharafaahel good job on completing this project 🚀 ! I was reading your code and I have a few suggestions:
src
="images/icon-cart.svg" alt
="icon-cart"Marked as helpful
@Have-Samuel
Submitted
Any suggestions are highly welcome
@dreyfus92
Posted
Good job Samuel, I was reading the accessibility report and I figured out that you're lacking <h1> tags, so I would recommend ya using them when you see a title. Generally, it is a best practice to ensure that the beginning of a page's main content starts with a h1 element, and also to ensure that the page contains only one h1 element. Users of screen readers can utilize keyboard keys to skip straight to the first h1, which should, in theory, let them access the web page's core content.
Marked as helpful
@wlopera
Submitted
@dreyfus92
Posted
Lo único que tienes que hacer es poner las media queries, si vas a usar styled components. https://jsramblings.com/how-to-use-media-queries-with-styled-components/ checa este link que explica a detalle como hacer uso de los media queries.
Marked as helpful
@ChromeUniverse
Submitted
Any tips on best practices for doing basic client-side form validation? Currently, all I'm doing is using JS to check if the input values are blank - and for email, I'm importing validator.js from NPM using the UNPKG CDN.
@dreyfus92
Posted
You can handle validations with tons of tools, like yup, zod if you're using typescript, react-hook-form, formik. Try to read the docs and look for what fits your needs.
@ramitaarora
Submitted
Definitely still struggling with the sizing issue. Feedback welcome!
@dreyfus92
Posted
If you don't want the image to grow as much you should start by setting a width of the container also a height so you can play with measures, e.g try giving the container a width of 230px, and height of auto.
@Osooluwa
Submitted
@dreyfus92
Posted
@Osooluwa you're missing the mobile version of the challenge, you should work on setting the media queries for the respective viewports. The image is not displayed cause you did not uploaded the img in the repo.
Marked as helpful
@catherineisonline
Submitted
Hello, Frontend Mentor community! This is my solution to the Crowdfunding product page.
I appreciate all the feedback you left that helped me to improve this project. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.
You are free to download or use the code for reference in your projects, but I no longer update it or accept any feedback.
Thank you
@dreyfus92
Posted
Amazing work Catherine