Handled state with redux efficiently but would like seperate the state with seperate reducers. Should have used formik for form handling and input field validations, however I managed it well :).Next I would like use sass for CSS. Did not get proper style(bg color, fonts) reference in styleguide.md and wasteed time by trying things randomly, that is the reason, in the application you can observe app don't match with design specs.
Urhoghide Justin Uyioghosa
@UyimoloAll comments
- @Naren-ReactDevSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?@UyimoloPosted 8 months ago
Really nice work, i love it. The form validations seems to only check if the input is empty or not, try making it check if contents are valid (maybe use a regex pattern). Overall it is a nice project. keep it up bro.
1 - @cuuquan2703Submitted about 2 years ago
I confuse about with and max-with in css. About desktop, i set max-width but i must use with in mobile.
I dont know how to organize the code css which is better
Please send any feedback about my site. Thanks you all!! Have a nice day <3
@UyimoloPosted about 2 years agoNice work Quan, I always set my width using responsive units like %, then my max-width I use an absolute unit like PX ( so the div can stop expanding when it gets to the max-width). Your width works mainly for your mobile and then when you move to a device with a wider screen your max-width applies (This is just one way to use it, there are other applications of the width/max-width)
check this out https://www.w3schools.com/Css/css_dimension.asp
Marked as helpful0