This is my second challenge , I used react to train myself with the library the challenge I found difficult was to memories the rating the user would put
Ricky
@rickyxyzAll comments
- @CyrilangeSubmitted 11 months ago@rickyxyzPosted 11 months ago
Cool React code.
For the CSS, I usually sees people use
rem
instead ofpx
for sizing. This article might be helpful PX or REM in CSS? Just Use REMCheers š»
Marked as helpful0 - @CyrilangeSubmitted 11 months ago
I build this project mostly with flex , and I start the media query in 390px
I am new to learning development , please feel free to be honest so I can progress
My learning are javascript with react , html and Css ( with scss and bootstrap)
@rickyxyzPosted 11 months agoFellow beginner here, so take this with a grain of salt š§.
I think this could be helpful for you BEM naming convention, since CSS names can get confusing quickly.
Cheers š»
Marked as helpful2 - @Renukta-21Submitted 12 months ago
What did you find difficult while building the project? It'll be cool if you guys could tell me what's weird of my solution, or maybe could giveme suggestions for best practices, thanks :)
@rickyxyzPosted 11 months agoI'm also a beginner, so take this with a grain of salt š§.
I think your HTML structure is odd.
Take for example your 3
botCard
cards, they have no containerdiv
to unify them. This could a problem when you have more than 3 cards, for example you would need to re-style the grid layout if there are 4 cards. I think it would be better if thebotCard
cards are contained in a div withgrid
orflex
layout.Also you might want to look into semantic HTML5 guide.
Cheers š»
1 - @EvergardenxSubmitted 12 months ago
A nice NFT, I'm uploading challenges again (:
@rickyxyzPosted 11 months agoFellow beginner here.
I think this could be helpful px or rem in css, since I usually see a lot of people use
rem
instead ofpx
.Cheers š»
Marked as helpful0 - @talhaasreSubmitted 12 months ago
I didn't face any difficulties during this project. I normally use em values is css but here I've used static px values so that might be a problem sometime in much lower width devices. Yes, I would like to know best possible solution for this challenge.
@rickyxyzPosted 11 months agoI'm a beginner myself, so you might want to take this with a grain of salt š§.
Maybe you could try making responsive font size and styling the elements using
rem
based on the responsive font size. Also, just as a suggestion, you might want to look at the most common screen size being used right now, so you can determine how small or how large of a screen you should accomodate.Cheers š».
0 - @MrDevMSubmitted 11 months ago
it seems like easy but i learned new thing from it. give an feedback
@rickyxyzPosted 11 months agoI'm also a beginner, so you might want to take this with a grain of salt š§.
Just a suggestion, I think this article could be helpful BEM naming convention.
Cheers š».
Marked as helpful1 - @anusha-fatimaSubmitted 11 months ago
It's a very tricky project for me as a beginner but i try my best hope you all like it. Waiting for yours review and comments hope you find out your accurate current Age.
@rickyxyzPosted 11 months agoJust a small suggestion for the number input, maybe hide the default up and down arrow in the input. Since in firefox the arrow is always visible.
This could be helpful. W3S Hide Arrows From Input Number
Cheers š»
Marked as helpful1