Eric Aguayo
@EAguayodevAll solutions
- Submitted 17 days ago
Age-calculator-app
- HTML
- CSS
- JS
I would like to receive feedback on a specific challenge I encountered. A community member had already provided me with a suggestion, but I wanted to share my experience as well. I attempted to use
flex-wrap: wrap
to adjust the gap, width, and height of the inputs in order to eliminate the width specified in ch units around the div with the class.input-group
. However, I ended up facing a stacking issue once again. I reverted to my previous code, which worked, but I still seek feedback on how to achieve this without relying on a gap property or width specified in ch units. - Submitted 23 days ago
Suite Landing Page
- HTML
- CSS
I want feedback on my HTML structure for the first container having the heading, p, and a, with the digital image on why it won't stay in the desktop layout format on a tablet (the image goes under as if it's on mobile screens).
- Submitted about 1 month ago
intro-section-with-dropdown-navigation-menu
- HTML
- CSS
- JS
I want feedback on the cleanliness of my CSS code for the dropdown menu and if there is a better way to make the transition menu smoother on the mobile menu side.
- Submitted about 1 month ago
Expenses-Chart-Component
- HTML
- CSS
- JS
Specific areas I would like others to look at will be if the code on the javascript end is efficient enough for the outcome I wanted on the challenge from smooth hover display and fetching of the local JSON data, and would be open to other techniques to grab the JSON file.
- Submitted about 1 month ago
Bento-grid-solution
- HTML
- CSS
I would like to know why the following code grid-template: repeat(4, auto) / repeat(1, 16rem) Didn't work when I adjusted the 16 rems to adapt to screen sizes to mobile stacking in a column. I had to use Flexbox instead of mobile to accomplish it.
- Submitted 2 months ago
Tip-Calculator-App
- HTML
- CSS
- JS
I would not mind getting feedback to see if the design closely matches on multiple browsers on the user's end. It seems to be slightly off on some past challenges.
- Submitted 3 months ago
Time-tracing-dashboard
- HTML
- CSS
- JS
Would like help and feedback on whether the javascript code implemented in this challenge is heavy and if the code coul'dve been written with less lines to achieve the same result.
- Submitted 4 months ago
Social-media-dashboard-with-theme-switcher
- HTML
- CSS
- JS
Would like feedback on whether there was a way to achieve having both my h2 tags turn white on the dark mode version without needing to write a second CSS class for the second h2 to change color:
.dark-theme container-over h2{ color: var(--White-text); }
- Submitted 4 months ago
Sunnyside-agency-landing-page using CSS grid
- HTML
- CSS
- JS
I wanted to use this challenge as an opportunity to enhance my flexbox skills and avoid relying on certain CSS properties for creating responsive designs. Specifically, I aimed to avoid using position: relative, top, right, and left for all my headings and paragraphs. I'm seeking additional feedback on alternative approaches to achieve this.
- Submitted 7 months ago
News-Homepage using CSS Grid and Vanilla Javascript
- HTML
- CSS
- JS
I would like feedback and help with specific areas, such as whether the CSS transitions for smoothness work on the user end.
- Submitted 7 months ago
newsletter-sign-up-with-success-message
- HTML
- CSS
- JS
To enhance the efficiency and conciseness of JavaScript code used for displaying a success message after a user submits an email address for a newsletter sign-up.
- Submitted 7 months ago
FAQ-Accordion
- HTML
- CSS
- JS
I would like feedback on my approach to the javascript concepts used (for loop) and whether this approach was the best one to accomplish this challenge, and I am open to getting feedback on whether a different javascript concept could be better and why.
- Submitted 8 months ago
Workit-Landing Page using flexbox
- HTML
- CSS
Feedback on if the horizontal scroll isn't in place on mobile version.
- Submitted 8 months ago
Recipe page
- HTML
- CSS
I had difficulty with some parts of the project and I would like to bring them to your attention. Despite adjusting the size in the card layout and img-omellette classes, the horizontal scroll on the mobile version still persists. I would really appreciate any assistance in identifying the issue.
- Submitted 8 months ago
Blog Preview Card using HTML5 and CSS3
- HTML
- CSS
I would appreciate your feedback on my code and the structure of the HTML content. In addition, feedback on the clean code for my CSS would be appreciated. Please let me know if it displays correctly on all browsers.
- Submitted 8 months ago
Social profile card
- HTML
- CSS
I would definitely like to have some feedback to see if the margin: 0 auto CSS property is having a positive effect of being centered on desktop view in multiple browsers for others who would be using browsers such as Chrome, firefox, brave, edge, and opera.
- Submitted about 1 year ago
Base Apparrel coming soon challenge - html, css, vanilla Javascript
- HTML
- CSS
- JS
- Submitted over 1 year ago
Results Summary Component using HTML and CSS with flexbox techniques.
- HTML
- CSS