Joel Eguiza
@joeleg96All solutions
tic-tac-toe-game
#jqueryPSubmitted 21 days agoThe one problem that I wasn't able to solve was that the CPU would always take one final turn even after the game was over. I tried to implement a solution to this by using an if statement that would check if the "victory-container" was being displayed, and if it was it wouldn't allow the CPU to make another move, but it didn't end up working, so I'm unsure on how to solve that part.
Other than that, I would appreciate any feedback on possible improvements I could make, or if there are any bugs that I may have missed during my very long debugging process.
Thank you!
bmi-calculator
#jqueryPSubmitted about 1 month agoI didn't implement the correct background for the Hero in this project. I didn't want to spend the extra time on it, and mainly focused on getting the right layouts and getting the right code for javascript, so that the user's BMI and ideal weight would be calculated and displayed.
ecommerce-product-page-main
#jqueryPSubmitted about 2 months agoI would like feedback on any changes that I could make to improve my solution. Thank you.
news-homepage-main
PSubmitted 2 months agoI feel confident about my solution, but I am always open to any feedback and improvements that I could make to my solution. Thank you!
contact-form-main
#jqueryPSubmitted 2 months agoI don't like that when my success message appears, it shifts the page down, so if anyone could provide me with some tips on how to avoid that I would greatly appreciate it. Thank you!
faq-accordion-main
#jqueryPSubmitted 3 months agoI would appreciate feedback on how I can improve my javascript to make it more streamlined. I'm sure there's a way to incorporate a for loop instead of having so many switch cases, but I couldn't figure out how. Thank you!
interactive-rating-component-main
#jqueryPSubmitted 3 months agoI think I was able to properly complete this project, but if there is anything that I can improve, please let me know!
meet-landing-page
PSubmitted 3 months agoI would appreciate any general comments on how to improve my code and design.
testimonials-grid-section-main
PSubmitted 3 months agoI feel like my solution fits the style guide that was provided, all while being responsive to screen sizes. I would love any critique on how I could improve my coding where possible. Thank you.
four-card-feature-section-master
PSubmitted 3 months agoI think the only thing is that I couldn't quite get the exact box shadow effect that was used in the designs, so I tried to make it as close as possible. Other than that, I feel like I was able to make a responsive page that transitions cleanly from mobile to tablet to desktop.
product-preview-card-component
PSubmitted 4 months agoI feel like I was able to implement a solution that covered all of the figma design specifications: mobile, tablet, desktop, and hover states.
recipe-page-main
PSubmitted 4 months agoThe area that I would like help with, which is something that I ended up excluding from this project, would be how to incorporate those horizontal lines that are in the nutrition table. I tried to do an HTML <hr> but since I used display grid it would turn that horizontal line into a vertical line. I'm not sure if adding an entire row into my grid template for the horizontal line would be the solution, or if there is an altogether better way of doing this instead of display grid.
social-links-profile-main
PSubmitted 4 months agoI believe that my project is well designed. I decided not to follow the figma designs this time, so I would have to practice eye-balling sizing, margin, padding, and other design aspects.
blog-preview-card-main
PSubmitted 4 months agoI updated my code but the live site doesn't seem to have caught up yet. My code works fine within vs live, so hopefully it works on github soon. I think my design works and properly adjusts to screen size.
qr-code-component-main
PSubmitted 4 months agoI feel that I was able to replicate everything that needed to be done for this project