Eric Aguayo
@EAguayodevAll solutions
Manage landing page using HTML5, CSS, and JavaScript
Submitted 19 days ago! would appreciate getting feedback on the overall challenge, but more specifically with the JavaScript code implemented for the testimonial slider on whether the code used(js)was the cleanest approach for execution.
Single-Page-Design-Portfolio(HTML5, CSS3, JavaScript)
#van-jsSubmitted 3 months agoI’d appreciate feedback on two main areas. First, the CSS grid layout—I had some issues getting the grid to align properly across all device sizes, especially when trying to keep the desktop layout intact. If anyone has tips on making the layout more flexible while preserving design intent, I’d love to hear them. Second, I’d like some input on the JavaScript I wrote for the carousel. I managed to get it working with just 24 lines of vanilla JS, but in a real-world scenario, would this code be considered maintainable? Also, are there alternative approaches to creating an infinite carousel that can scroll in either direction without jumping back to the start image? Any feedback would be super helpful!
easybank landing page - HTML, CSS, vanilla JavaScript
Submitted 3 months agoAppreciation goes out to anyone taking the time to look over my code. I’d love feedback on whether the solution adapts well to regular laptop screen sizes. Additionally, I’m open to suggestions on how I could have used the original mobile menu image icons to open and close the menu—without needing to switch to span elements inside the button tag.
Contact form using html, css, and vanilla javascript
Submitted 4 months agoI would like some help and feedback to see if there might have been a better alternative to add in my CSS code to have input tags separated without adding padding and widths.
Tech-Book-Club-Landing-Page
Submitted 6 months agoI would like to receive feedback to ensure that the code is functional across multiple browsers. Additionally, I’d appreciate advice on whether the programming language image for adaptability purposes would be better placed in its own div element within its section on desktop or as a standalone img to allow more flexibility for responsive adaptability.
Single-Page-Developer-Portfolio
Submitted 7 months agoI want feedback on sending data to Google Sheets to determine what is causing the data to fail.
Age-calculator-app
Submitted 8 months agoI 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.Suite Landing Page
Submitted 8 months agoI 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).
intro-section-with-dropdown-navigation-menu
Submitted 9 months agoI 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.
Expenses-Chart-Component
Submitted 9 months agoSpecific 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.
Bento-grid-solution
Submitted 9 months agoI 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.
Tip-Calculator-App
Submitted 10 months agoI 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.
Time-tracing-dashboard
Submitted 10 months agoWould 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.
Social-media-dashboard-with-theme-switcher
Submitted 11 months agoWould 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); }
Sunnyside-agency-landing-page using CSS grid
Submitted 12 months agoI 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.
News-Homepage using CSS Grid and Vanilla Javascript
Submitted about 1 year agoI would like feedback and help with specific areas, such as whether the CSS transitions for smoothness work on the user end.
newsletter-sign-up-with-success-message
Submitted about 1 year agoTo 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.
FAQ-Accordion
Submitted about 1 year agoI 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.