Latest solutions
Password generator app with TAILWIND
PSubmitted 5 months agoI could not change the runnable track color of the input type range any advice is more than welcome.
Time tracking dashboard
PSubmitted 5 months agoI would like advice about my javascript code, I feel it can be improved
Article preview component
PSubmitted 5 months agoI could not make the image fit like in the design, any advice about it will come in handy.
Meet landing page with SASS
PSubmitted 5 months agoI still thinking my code is way too long, I also have a hard time trying to keep the aspect ratio in the background image. Any advice will come in handy.
Latest comments
- P@taceseptP@carlosad90
Nice job on the active states, I really like it
- @guardianprimeP@carlosad90
Nice job, some styling need to be improved instead of working with fixed widths, you should try max-width or max-inline-size and adjust them with media queries based on the screen size.
- P@awaritefeWhat are you most proud of, and what would you do differently next time?
I kept my originally method of getting this to work and was an interesting and challenging puzzle for me
What challenges did you encounter, and how did you overcome them?Main challenge was DOM loading and what loads before and after
What specific areas of your project would you like help with?Definitely needs refactoring.
P@carlosad90Good job, I really like how you worked with react neat and in order.
- @FernJBatistaP@carlosad90
Nice job, however you forgot the active states and error messages.
- @MickeyObasWhat are you most proud of, and what would you do differently next time?
I'm use classes and IDs in a neater fashion next time.
What challenges did you encounter, and how did you overcome them?My main challenge was getting the active-state to sync during screen resizes. I guess I got too used to React which makes this somewhat more intuitive through effects and the likes, but it was very fun trying to figure it out.
What specific areas of your project would you like help with?I want to know the best way to make sure a certain visual detail doesn't exist at the screen size not intended for it. I get the feeling that I may have read the instructions too hastily.
The active state (on hover or on click?)
P@carlosad90Nice job, however do not forget to work with semantic HTML or to set up a role if you work with div instead, consider this for accessibility purposes.
- P@librartWhat are you most proud of, and what would you do differently next time?
I learned a lot about grid, flexbox, and media query from this challenge. But, I still need to learn and practice more about flexbox, grid, and media query for responsive web.
What challenges did you encounter, and how did you overcome them?This challenge made me learn and practice more about layouting with flexbox and grid to make good layout for this web, as well as responsive web using media query.
What specific areas of your project would you like help with?I think I would love to get feedback for all of my code from HTML structure to CSS styles, especially the flexbox & grid layout and the responsive design.
P@carlosad90I really like your code, I recommend working with clamp() for the font size so you do not need to use media queries for that, also give SASS a try, you can use mixin for reusable components like the buttons. Good job.