Smaylen5
@Smailen5All solutions
- Submitted about 2 months ago
Contact form whit React, Typescript and Formik
- HTML
- CSS
- JS
All feedback welcome 😃
- Submitted 2 months ago
skilled elearning whit tailwind, shadcn ui, typescript and react
- HTML
- CSS
Even though I positioned the image correctly, when I use
absolute
I have issues with the layout, I have to manage it at every breakpoint, otherwise it breaks. In any case, it often happens that the layout breaks between breakpoints. This time, I wanted to try using onlytranslate
to position the hero image, which is definitely better than usingabsolute
, but the issue of the layout breaking remains. Between breakpoints, the image ends up underneath other components like the navbar or the cards section. I don’t understand what I’m doing wrong, or maybe I need to check the image positioning at each breakpoint. The component in question is HeroImage. - Submitted 4 months ago
base apparel whit tailwind, react, formik and yup
- HTML
- CSS
- JS
I would appreciate feedback on:
- Whether the code is semantically correct.
- If there’s a better way to use CSS variables.
- Submitted 4 months ago
Portfolio single page with React, Tailwind, Formik and Yup
- HTML
- CSS
- JS
Form Validation and User Feedback: I would love to get some feedback on how to better handle complex form validation scenarios with Formik and Yup. Are there more efficient ways to handle dynamic fields and display error messages?
Performance Optimization: Any advice on how to optimize the performance of a React-based portfolio, especially regarding load times and rendering efficiency, would be appreciated. Are there any specific techniques or tools that can help?
Accessibility Improvements: Tips for improving accessibility compliance and SEO practices would be very helpful. Are there any best practices or tools that can help identify and fix accessibility issues in a React application?
Tailwind CSS Integration: Feedback on how to better integrate custom fonts and CSS variables with Tailwind CSS would be helpful. Are there any common issues or best practices to follow?
- Submitted 7 months ago
Password generator whit Tailwind and JavaScript vanilla - only desktop
- HTML
- CSS
- JS
Unfortunately, I've written many if statements both in the function to generate the password and in the function that checks the password strength. I know that a good refactoring is needed, but for now, I have no idea how to proceed.
- Submitted 7 months ago
tip calculator whit tailwind and js vanilla
- HTML
- CSS
- JS
For the custom button, I always used
type='radio'
. I think I could simply usetype='number'
. - Submitted 7 months ago
time tracking dashboard whit Taiwind and js vanilla
- HTML
- CSS
- JS
To write inside the HTML, I used this solution that I really don't like. I would like to simplify this part in the future.
function daily(data) { workHours.innerText = data[0].timeframes.daily.current + "hrs"; workPrevious.innerText = `Previous - ${data[0].timeframes.daily.previous}hrs`; playHours.innerText = data[1].timeframes.daily.current + "hrs"; playPrevious.innerText = `Previous - ${data[1].timeframes.daily.previous}hrs`;
- Submitted 7 months ago
newsletter sing up whit Tailwind Keyboard accessible.
- HTML
- CSS
- JS
I think I messed up with:
inputEmail.classList.remove("border-tomato"); inputEmail.classList.remove("bg-tomato-light"); inputEmail.classList.remove("text-tomato");
Is there a way to make this part of the code simpler and less repetitive? I did the same thing to add the classes I wanted, it seems like too much code and too repetitive, I was thinking abouttoggle
but it might not work as intended. - Submitted 8 months ago
article componenet master whit tailwind & js vanilla
- HTML
- CSS
- JS
I didn't understand why giving the class start-0 in Tailwind I couldn't overwrite it with end-0, I solved it by creating a function that removes start-0 but maybe there's a better way. Any suggestions?
- Submitted 8 months ago
meet landing page whit tailwind
- HTML
- CSS
Tips on how to build the footer in the wide desktop layout (>1024px): I can't understand where I'm going wrong; I can't seem to center the items on the x-axis. Even the footer button breaks and switches to column mode.
- Submitted 8 months ago
testimonial grid section with tailwind, grid and flex-box
- HTML
- CSS
How to create the layout for tablets so that it doesn't break on desktop.
- Submitted 8 months ago
Four card feature section with Tailwind and css Grid
- HTML
- CSS
The part where I need the most help is understanding how to import a font into the
input.css
file, if possible. I've also tried downloading the font, but even in that case, I wasn't able to use it correctly. - Submitted 8 months ago
recipe page with Tailwind
- HTML
- CSS
I think I need to study thoroughly how dependencies work and how to modify defaults in Tailwind.
- Submitted 8 months ago
social link profile whit Tailwind
- HTML
- CSS
How could I reduce the number of classes used to clean up the HTML file?
- Submitted 11 months ago
Blog preview card solution only html and css
- HTML
- CSS
Using a preprocessor like SASS or Tailwind CSS.
- Submitted 11 months ago
interactive assessment component solution with html, css, javascript
- HTML
- CSS
- JS