Latest solutions
Time tracking dashboard using vite, typescript and scss
#sass/scss#typescript#vite#fetchPSubmitted 2 months agoNewsletter sign-up with vite, SCSS and typescript
#sass/scss#typescript#vite#itcssPSubmitted 2 months agoRecipe page with SCSS and ITCSS structure
#sass/scss#itcssPSubmitted 4 months agoImprove my styles implementation in general, but specifically how I imported the fonts.
Latest comments
- @CertificationSuryaP@CharlieCastleWeb
Hi CertificationSurya!
Nice solution, can't really comment on the code since I don't know much React, but you definitely met the challenge requirements.
Only thing I'd say is that the design is a bit off.
Anyway nice solution! Keep up the good work!
- @aksoyalpiWhat challenges did you encounter, and how did you overcome them?
- to style the input correctly when there is an error
- if it is a (good) performant solution, or too complex
P@CharlieCastleWebHi Alperen Aksoy!
Nice solution. You matched the design and functionality! I would only suggest a more structured approach to your styles, maybe creating more variables and files so it would be more modular.
Other than that I liked your solution!
Keep up the good work
- @romelquinteroP@CharlieCastleWeb
Hi Romel!
Nice solution!
You've definitely matched the design. I also liked your code but would recommend to use a more structured approach to it, like setting variables with common values.
Anyway good job!
- @M4R0C4P@CharlieCastleWeb
Hi M4R0C4!
Nice solution. But there are some things off comparing to the design:
- The images in the hero section should overflow a little bit according to the design.
- The main section text is too wide.
- The elements in the footer section should stack vertically in mobile, also the background should be positioned top.
Other than that I loved your scss structure, nice code!
- P@KellenkjamesWhat are you most proud of, and what would you do differently next time?
I'm proud of the modular SCSS architecture, BEM structure, and how closely the final build matched the Figma design across all breakpoints. Next time, I would plan the breakpoint strategy even earlier—defining custom breakpoints upfront for a smoother responsive flow.
What challenges did you encounter, and how did you overcome them?Managing decorative images that extended beyond the viewport was tricky, especially with transform offsets and padding interactions. I overcame this by refining the container structure, controlling overflow properly, and using custom flex strategies for wrapping and spacing at critical breakpoints.
What specific areas of your project would you like help with?N/A
P@CharlieCastleWebHey James!
Awesome solution, I loved your styles structure.
Just a couple of things, the images in the main content appear in a row in tablet design. Also there's the footer image missing.
You might want to take a look at my solution, I try to follow ITCSS structure, a bit similar to your approach.
Nice job! I'm definitely getting some ideas to improve my solution from seeing your code!
Marked as helpful - @NitiemaAllassaneP@CharlieCastleWeb
Hey! Good solution overall, just a few comments:
-
Your solution skips the tablet design.
-
Since the quotation mark is a design element I would put it in css as background image.
-
Nice css structure. You could go a bit further and make it more modular, separating variables in different files.
Nice work, keep it up!
Marked as helpful -