Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
22
Comments
22
Mesroua Djamel
@MesrouaDjamel

All comments

  • P
    Fatih ŞAHİNBAŞ•550
    @fsahinbas
    Submitted 9 months ago

    Results Summary Component

    #react
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 9 months ago

    hi congratulations for your work your design is very close to the proposed design, you can bring some improvement to your project:

    • mobile is not responsive => use flex direction column and for desktop flex direction row
    • for the button you can add a transition
  • Yousef Attia•310
    @Deeperr0
    Submitted 10 months ago
    What specific areas of your project would you like help with?

    Any advice regarding the optimization or improving the user experience would be great

    Responsive Multi Page Space Tourism Website using React

    #animation#react#tailwind-css#react-router
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 9 months ago

    congratulations for your work, your design is close to the proposed design. i have some suggestions : you can try using framer motion for the animation, you can animate the image and the content more simply,

  • P
    Tobi•640
    @Towbee05
    Submitted 9 months ago

    Browser bookmark page with HTML, tailwindcss and JS

    #tailwind-css
    2
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 9 months ago

    congratulations on your work your design is close to the proposed design. some remarks to improve your design: the footer and the email section should be full width. for md and lg device it's not responsive and there's a problem with mobile nav i think the problem comes from the margin, you can try to reduce it, otherwise excellent work

  • P
    Tobi•640
    @Towbee05
    Submitted 9 months ago

    Responsive room homepage with HTML, tailwindcss and javascript

    #tailwind-css
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 9 months ago

    excellent work your design is close to the proposed design your site is responsive just a small remark the text must change when you change the image

  • P
    Robert Crocker•410
    @robcrock
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?

    I enjoyed coming up with interesting solutions to different layout problems.

    What challenges did you encounter, and how did you overcome them?

    There were some responsive challenges and still don't think I nailed it on the image position for mobile, but that could be something to revisit later.

    What specific areas of your project would you like help with?

    I'd love tips to improve my responsive layout and the way I handled images.

    Loopstudio Landing Page

    #next#react#tailwind-css#typescript
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    hi congratulations for your work it is very close to the proposed design you can make some adjustment to make it more responsive :

    In your code you had put md:grid-cols-4 i think it's better to put md:grid-cols-3 and lg:grid-cols-4

    also for the InteractiveVRSection component you can try flexbox and the second div use translate-x and translate-y good work and have a great day

  • Gakii•600
    @G-Gakii
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?
    • my initial Tailwind project

    -The capability to apply a hover effect to an image

    What specific areas of your project would you like help with?

    How to implement hover effects using custom CSS, while the custom CSS is functioning elsewhere but not on hover.

    mobile first nft-preview-card-component with tailwind

    #tailwind-css
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    hi congratulations on your work your design is very close to the proposed design, you can make improvements by adding animation to the hover.

  • lavollmer•410
    @lavollmer
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    I am most proud of working through the different challenges and expanding my knowledge of useState, props, flexbox, and styling options. Next time, I would focus more on the functionality of the application and then addressing the styling pieces.

    What challenges did you encounter, and how did you overcome them?

    I worked through the mobile responsive challenge, useState knowledge, flexbox styling, sidebar navigation in mobile and much more. I worked through each one individually - taking time to understand my gaps of knowledge. Overall, it was a great project.

    What specific areas of your project would you like help with?

    I would like help with creating the functionality for the delete trash icon in the cart. I would like the icon to remove all information when selected with the statement "Your cart is empty".

    Responsive Ecommerce Landing Page TailwindCSS ReactJS Vite

    #react#tailwind-css#vite
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    congratulations for your design it's close to the proposed design i have some suggestion to propose you : The carousel : you can use material tailwinds: https://www.material-tailwind.com/docs/react/carousel it's easy to set up and the component is animated. Hover: https://tailwindcss.com/docs/fill

    and use this syntax in jsx => <svg width="57” height="54” viewBox="0 0 57 54” fill="none” className="absolute left-4 top-[200px] cursor-pointer stroke-veryDarkBlue hover:stroke-orange transition-all ease-in-out duration-300” onClick={handlePrev} > <ellipse cx="28.1706” cy="27.1216” rx="28.1706” ry="26.7823” fill="#FEFFFF” stroke="none” /> <path d="M33.8049 16.4087L22.5366 27.1216L33.8049 37.8345” strokeWidth="3” /> </svg> check if the svg already has a fill or stroke and delete it

    Trash: const handleDelete = () => { if (quantityToBuy === 0) { setIsAddedToCart(false); } setIsAddedToCart(false); setIsCartOpen(false); setQuantityToBuy(0); };

    Translated with DeepL.com (free version)

  • Terez Lagova•410
    @TerezL
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Good challenge for practising grids and flexbox

    News page

    #bootstrap#react#vite#material-ui
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    congratulations for your work it is very close to the design proposed the colors are not exact as the design suggests. I cannot see the preview of your site nothing is displayed on my part

  • Terez Lagova•410
    @TerezL
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Proud of getting faster completing the challenges

    What challenges did you encounter, and how did you overcome them?

    pop up alert and few responsive issues. luckily stackoverflow exists!

    Contact form

    #react#vite#bootstrap
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    congratulations on your work, your design is very close to the challenge, suggest you adjust the margin top for the contact form

    Marked as helpful
  • lavollmer•410
    @lavollmer
    Submitted 10 months ago

    ReactJS TailwindCSS Vite FAQ Accordian

    #accessibility#react#tailwind-css#vite#lighthouse
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    very good work your design looks a lot like the design proposed except the container faq accordion you can improve this by using -translate with tailwindcss

  • mofada•340
    @mofada
    Submitted 11 months ago

    interactive-rating-component with tailwind css

    #tailwind-css
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    congratulations on your work, your solution is very close to the proposed challenge. just a small detail: the numbers in the input fields are not the same as in the challenge. otherwise very good work

  • bcstith75•120
    @bcstith75
    Submitted 10 months ago

    Responsive Tip Calculator

    #tailwind-css
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    congratulations on your work your design is close to the proposed design, you can make improvements: as long as the fields are empty, you can disable the RESET button, the custom fields don't work, instead of using a button you can use an input and then retrieve the value of the input to make the appropriate calculation.

  • Ruan Gomes•100
    @rug19
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    For the second project that I did use React, I'm proud to be able to finish it.

    What specific areas of your project would you like help with?

    I appreciate having feedback about this project.

    Time Tracking Dashboard

    #react
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 10 months ago

    congratulations on your work. your design is similar to the proposed design. you've used the css module, which is great, because it avoids conflicts between the different styles. i encourage you to add onclick events to modify the activity display. for example, when you click on daily, it displays information about the day, and if you click on monthly, it displays information about the month.

  • Bernard Almeida da Costa•10
    @biernard1988
    Submitted 11 months ago

    Responsive CSS using Flexbox, Javascript, Tailwind and Bunjs.

    #next#node#tailwind-css#react
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 11 months ago

    excellent work but there is something you can do better the image container is larger than the text container so the text overflows at some screen sizes.

  • AJuliette•20
    @AJuliette
    Submitted 11 months ago
    What specific areas of your project would you like help with?

    I couldn't make the border work and didn't know how to do the shadow.

    Tailwind Blog Preview Card

    #tailwind-css
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 11 months ago

    great work your can do the shadow using css it s very simple and put it in the global.css for border i think you can do rounded-lg instead of rounded-xl

  • KADIBIA•40
    @iamkadibia
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    In the project I was able to understand how grid cols-span works

    What challenges did you encounter, and how did you overcome them?

    It wasn't easy setting the mobile view since the contents overlaps each other. I just managed to split them off.

    What specific areas of your project would you like help with?

    Please I will love so see your great feedbacks in order to make it more better

    Responsive Testimonial with tailwindcss

    #accessibility#tailwind-css
    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 11 months ago

    great work the solution you have proposed looks very similar to the design however, your solution is not responsive and your grid is not centered. you can center the grid using flex box

  • Jose Miguel Galdamez Madrid•80
    @Josmiga
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    In this exercise, i could identify what i need to do in this responsive layout.

    What challenges did you encounter, and how did you overcome them?

    Im ok, thanks

    What specific areas of your project would you like help with?

    Im ok, thanks

    Four card feature section challenge

    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 11 months ago

    congratulations on your design it looks very similar to the proposed design you can make some improvements : content in mobile view is not centred the titles are not big enough

  • Mehrine•230
    @YarAllyMehrine
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    I was able to change my use of units to rem and em, especially with margin, padding, font size and more. I am also more at ease with flexbox, and media query.

    What challenges did you encounter, and how did you overcome them?

    To change the mobile layout to the desktop layout was tough but i was able to do it, but there is some adjustments that need to be made so that it can be identical.

    What specific areas of your project would you like help with?

    I still have some difficulty with the margin in the desktop layout. And even with the use of flexbox, it is not aligned properly when the screen gradually decrease. I tried using justify-content, align-items, align-content, align-self without success.

    Product Preview Card using HTML, CSS, FlexBox, Grid and Media Query

    1
    Mesroua Djamel•430
    @MesrouaDjamel
    Posted 11 months ago

    excellent work you've used semantic tags in your solution the css part can be improved by adding padding and margin you can increase the size of the card it is small compared to the design proposed

    Marked as helpful
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub