Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
17
Comments
18

AReactDeveloper

@AReactDeveloperhttps://www.instagram.com/brutal.workout/340 points

Iam pixel perfect kinda guy i gym i like 90s 80s cars and web dev

I’m currently learning...

html/css scss js git react

Latest solutions

  • REACT SCSS game ROCK PAPER SCISSORS SHOOT

    #sass/scss#react

    AReactDeveloper•340
    Submitted 12 months ago

    IM STILL CLUELESS ABOUT ANIMATION AND OTHER STUFF BUT IM LEARNING AS MAKE THESE


    1 comment
  • [REACT,SCSS] TODO App with drag and drop using framer

    #sass/scss#react

    AReactDeveloper•340
    Submitted 12 months ago

    getting react dnd to work with the way i set up my state management planning to add local storage later


    0 comments
  • Mobile First News Home Page With SASS

    #sass/scss

    AReactDeveloper•340
    Submitted about 1 year ago

    0 comments
  • [MOBILE FIRST / SASS] Accessible Responsive Contact Form


    AReactDeveloper•340
    Submitted about 1 year ago

    if you can read my code or just the script file correct my mistakes ill highly appreciate it the most help needed is how I can improve my logic and my code thank you


    1 comment
  • FAQ build with scss and accessibility in mind

    #accessibility#sass/scss

    AReactDeveloper•340
    Submitted about 1 year ago

    0 comments
  • [accessibility] Interactive rating card built with accessibility

    #accessibility

    AReactDeveloper•340
    Submitted about 1 year ago

    1 comment
View more solutions

Latest comments

  • P
    Daniel 🛸•44,810
    @danielmrz-dev
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    🛸 Hello FEM Community! I'm Daniel and this is my solution for this challenge! 😊

    🛠️ Built with:

    • Vite ⚡
    • React + Typescript ⚛️🩵
    • SASS 🎨
    • Axios 🔃
    • Mobile first workflow approach 📲

    I'm very happy that I've finished my first challenge using React. I've been studying this amazing technology for a while now and after more than 50 projects using only pure HTML, CSS (Tailwind and SASS), Javascript and Typescript, I finally felt comfortable to take my first challenge using this framework. I've learned a lot during the process and from now on I'll be using it by default.

    Again, thanks to the Front-End Mentor team that creates challenges that make us learn a lot from doing them. 💟

    If you have any suggestions on how I can improve this project, feel free to leave me a comment!

    Feedback welcome 😊

    Products list with cart built w/ React + Typescript

    #react#typescript#vite#sass/scss
    2
    AReactDeveloper•340
    @AReactDeveloper
    Posted 11 months ago

    clean work

  • P
    Ronan•310
    @CannyRo
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    I'm still proud to have completed this challenge, continuing my positive momentum.

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

    Using the Details and Summary html elements and customizing them required a certain amount of effort, which I was able to overcome with patience and th goods resources. Managing the distortion of the background according to the width of the device also required a little revision of the way the Css properties background-size and background-position work.

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

    I had to limit the size of the content of the Html Summary element so that the icon would be visible. I thought I could get away with a simple

    .childOfSummary{
    display: flex;
    justify-content: space-between;
    }
    

    But the icon more or less popped out of the parent div without me really understanding why. After several attempts, I ended up arbitrarily limiting the size of the content of the Html Summary element to leave enough space for the icon.

    Mobile-first solution using pure CSS and Html

    1
    AReactDeveloper•340
    @AReactDeveloper
    Posted 12 months ago

    good work i really like the animation on the button

  • Camila Paladines•310
    @paladinescamila
    Submitted 12 months ago

    REST Countries API with color theme switcher

    #bem#react#sass/scss#typescript#vite
    1
    AReactDeveloper•340
    @AReactDeveloper
    Posted 12 months ago

    very good work i love the fact that the back button takes you back to the page you were not the home page very cool touch animations on point as well well done

    Marked as helpful
  • Peter•170
    @SIRBOLU
    Submitted about 1 year ago
    What specific areas of your project would you like help with?

    overlapping of content on each other

    Huddle landing page with alternating feature blocks

    1
    AReactDeveloper•340
    @AReactDeveloper
    Posted about 1 year ago

    Hello, nice job on this challenge! You have a slight problem with the way you included your image files. You used /, which works fine on your machine, but I recommend using ./ (dot slash) when deploying to GitHub to ensure your styles appear on screen.

    Here is a brief explanation of the difference between the two types of slashes:

    ./ (Dot Slash):

    • Represents the current directory.
    • Used to indicate that a file or directory is located relative to the current working directory.
    • Example: ./images/picture.jpg refers to a file named picture.jpg in the images folder inside the current directory.

    / (Forward Slash):

    • Represents the root directory in Unix-like systems (e.g., Linux, macOS).
    • In a web context or when used in URLs, / denotes the root of the domain or the base path of the website.
    • Example: /images/picture.jpg refers to an images directory at the root of the domain.
    Marked as helpful
  • soybrrraian•60
    @imbraian
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    help me, i don't know why my project doesn't loading the styles

    Four card featuren section

    1
    AReactDeveloper•340
    @AReactDeveloper
    Posted about 1 year ago

    Hello nice job on this challenge you have a slight problem with the way you included your CSS file you used (/) which will work fine on your machine i recommend using (./) dot slash when deploying to GitHub in order for your styles to appear on screen

    this is a brief explanation of the difference between the the two types of slashes

    Difference Between ./ and /

    1. ./ (Dot Slash):

      • Represents the current directory.
      • Used to indicate that a file or directory is located relative to the current working directory.
      • Example: ./images/picture.jpg refers to a file named picture.jpg in the images folder inside the current directory.
    2. / (Forward Slash):

      • Represents the root directory in Unix-like systems (e.g., Linux, macOS).
      • In a web context or when used in URLs, / denotes the root of the domain or the base path of the website.
      • Example: /images/picture.jpg refers to an images directory at the root of the domain.
  • Jhones•920
    @jownsu
    Submitted about 1 year ago

    A

    #accessibility
    1
    AReactDeveloper•340
    @AReactDeveloper
    Posted about 1 year ago

    hey friend i guess u post it in the wrong spot

View more comments

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