Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
10
Comments
10
Emerson Lima
@poissonfou

All comments

  • Wendy•2,130
    @wendyhamel
    Submitted over 2 years ago

    Tip Calculator App with Tailwind.css and Alpine.js

    #accessibility#tailwind-css
    2
    Emerson Lima•200
    @poissonfou
    Posted 7 months ago

    Amazing Work!!

  • P
    Kamran Kiani•2,780
    @kaamiik
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    I am most proud of my efforts to ensure accessibility in my project, particularly in creating a responsive navbar and using dialog elements effectively. Next time, I would definitely use a framework to streamline the development process.

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

    One of the main challenges was ensuring that the lightbox and cart dialogs were both functional and accessible. I had to pay close attention to various aspects in JavaScript to ensure necessary updates. I overcame these challenges by meticulously adhering to accessibility guidelines and thoroughly testing my code.

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

    I would like help with ensuring that my implementation of the lightbox and cart dialogs is as efficient and accessible as possible. Additionally, any feedback on improving the overall accessibility and responsiveness of the navbar would be greatly appreciated.

    E-commerce Product Page using Astro, Sass and Vanilla JavaScript

    #accessibility#astro#sass/scss
    2
    Emerson Lima•200
    @poissonfou
    Posted 7 months ago

    Great work!

  • Mikhail•460
    @mkostrikov
    Submitted 9 months ago
    What challenges did you encounter, and how did you overcome them?

    It's hard to test accessibility

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

    Any help would be great

    News homepage

    #bem#sass/scss
    1
    Emerson Lima•200
    @poissonfou
    Posted 8 months ago

    Amazing accuracy!

  • Levi Kuhaulua•220
    @LeviKuhaulua
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    One thing that I did like was being able to style the radio button and checkbox with CSS by using the accent-color attribute with a specified width and height to make a size for the radio buttons and checkmark. See code below:

    .form__input-radio {
      display: block; 
      width: 18px; 
      height: 18px; 
      accent-color: var(--clr-green); 
    }
    

    In this way, it made the challenge a lot easier to handle since I didn't need to use divs to create a custom element.

    Doing this challenge differently:

    • Using divs to style the components
    • Look into creating custom web components with JavaScript, HTML, and CSS (if anybody has any resources on that please lmk, mahalo in advance).
    What specific areas of your project would you like help with?

    How often should we be placing aria-label for our components? Should this be for every major section that is apart of your component or should this be used for sections / parts where they may not be some sort of indicator to describe the content within?

    Contact Form with Flex and ARIA Attributes

    #accessibility#bem
    1
    Emerson Lima•200
    @poissonfou
    Posted 8 months ago

    Amazing work!!

  • P
    DalaScript•600
    @DalaScript
    Submitted 9 months ago
    What are you most proud of, and what would you do differently next time?
    • I'm proud of bringing the project to completion. 🎉✅
    • Next, I'll focus on improving my JavaScript skills. 📚💻
    What challenges did you encounter, and how did you overcome them?
    • The main challenges were with button interactions, which required writing the logic in JavaScript. 🛠️🔘
    What specific areas of your project would you like help with?
    • I'd love to hear input from others on the screen customization and button interactions. 🎨🧩
    • Any feedback or suggestions for improvement would be greatly appreciated. 🌟💬

    Responsive FAQ Accordion using Flexbox, SCSS and BEM

    #sass/scss#bem
    1
    Emerson Lima•200
    @poissonfou
    Posted 8 months ago

    Amazing solution, it's incredible how you managed to perctly match the design. Congratulations!

  • P
    Nate Valline•420
    @nvalline
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    This was a straight forward challenge. Even though it is a small app, I implemented TypeScript to further build my TS knowledge.

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

    I didn't encounter many problems with this app.

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

    I would appreciate any tips/suggestions for making my code better. Thanks!

    Semantic HTML, SASS, & TypeScript

    #accessibility#typescript#sass/scss
    1
    Emerson Lima•200
    @poissonfou
    Posted 8 months ago

    Amazing precision!

  • 1deadjoe•370
    @1deadjoe
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    I am proud to have been able to do much of the project without the need to go back to search something. I implemented JS quite well in this project compared to my previous ones. I would like to start using tailwind for my next project.

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

    Every one has their preferences, and while some libraries are there to help streamline workflow, I prefer using vanilla CSS as it gives me full control of my styling. I do not keep wondering where what is wrong.

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

    Not today, thanks.

    BOOKMARK LANDING PAGE USING HTML, CSS, AND JAVASCRIPT

    #sass/scss#accessibility
    1
    Emerson Lima•200
    @poissonfou
    Posted 8 months ago

    ...

  • Annalisa•200
    @Annalisa11
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    I'm proud that I tried to learn something new, instead of always going for React.

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

    I took way longer than I expected to code it, because Vue.js gave me more trouble than anticipated. It was just more different than I expected and thus it was hard to check out how all the basics work (like passing props etc) without getting too frustrated.

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

    Any feedback is welcome. I don't think I did a very good job with the code structure and in incorporating typescript with vue. But feel free to criticize anything :)

    room homepage vuejs

    #sass/scss#vue#bem
    1
    Emerson Lima•200
    @poissonfou
    Posted 8 months ago

    ...

  • Andro87•1,460
    @Andro87
    Submitted 8 months ago

    Loopstudios-landing-page-path

    #accessibility#next#sass/scss#typescript
    1
    Emerson Lima•200
    @poissonfou
    Posted 8 months ago

    great work! I would suggest just adding a bigger letter-spaccing to the "see all" button to make it more similar to the design

  • Papi•280
    @Papi84
    Submitted 9 months ago
    What are you most proud of, and what would you do differently next time?

    I’m most proud of how I effectively utilized HTML and CSS to create a visually appealing and responsive design. The project demonstrated my ability to implement modern web design principles and achieve a clean, user-friendly interface.

    Next time, I would focus on enhancing cross-browser compatibility and optimizing performance. Additionally, I’d explore incorporating more advanced CSS features and JavaScript to add interactive elements, which could further improve the user experience.

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

    One of the main challenges was achieving consistent styling across different browsers and devices. I tackled this by using CSS resets to standardize default styles and thoroughly testing the design on various platforms to ensure compatibility. Additionally, I faced difficulties with responsive design, particularly with complex layouts. To address this, I utilized media queries and flexible grid systems to adapt the layout effectively. These steps ensured a cohesive and accessible user experience across different environments.

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

    I would appreciate feedback on optimizing my CSS for better performance and scalability, particularly in handling complex layouts. Additionally, guidance on improving cross-browser compatibility and suggestions for integrating more advanced interactive features with JavaScript would be valuable. Any advice on refining my design for enhanced user experience and accessibility would also be greatly appreciated.

    https://github.com/Papi84/frontened-parctice-13.09.2024/blob/main/styl

    #accessibility
    3
    Emerson Lima•200
    @poissonfou
    Posted 8 months ago

    Great work. Very smart to use the ::before pseudo-element to create the overlay!

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