Ralph Virtucio
@ralphvirtucioAll solutions
- Submitted 1 day ago
Faq Accordion
- HTML
- CSS
- JS
Any feedback is welcome! I'm especially open to suggestions on improving code structure, enhancing responsiveness, and making the project more accessible.
- Submitted 4 days ago
Frontend Quiz Application (vanilla javascript)
- HTML
- CSS
- JS
Areas of the Project for Feedback:
- Implementation of the Theme Switcher: To ensure it's optimized and user-friendly.
- Core Functionality Implementation: To verify robustness and efficiency.
- Accessibility Features: To confirm that the application is inclusive and meets accessibility standards.
- Submitted 3 months ago
Password Generator App (Vanilla JavaScript)
- HTML
- CSS
- JS
I need help on checking and measuring the generated password strength, I'm having a second thoughts if my
validatePasswordStrength(computedEntropy)
is measuring the password strength correctly - Submitted 3 months ago
Tip Calculator (Vanilla JavaScript)
- HTML
- CSS
- JS
It would be great to get feedback on additional test cases for the inputs and the accessibility setup for the labels. Any insights on the event listeners I used would also be appreciated.
I'm also looking for suggestions on how to achieve the 4.27 tip amount shown in the provided desktop design. Currently, I'm using toFixed(2) for both the amount and total, which gives me a tip amount of 4.28.
Any feedback will be much appreciated, and you'll be rewarded with a virtual βπ©!
- Submitted 3 months ago
Time Tracking Dashboard
- HTML
- CSS
- JS
I need assistance with the key down event functionality, as I want to implement this for keyboard users.
Any feedback is much appreciated !
CODE UP βπ§βπ»π !
- Submitted 3 months ago
Newsletter sign-up form with success message
- HTML
- CSS
- JS
The areas that you can provide help are the form validation and redirecting the main page to Thank you page:
-
Did I cover all scenarios for the validation?
-
Is implementing the redirect with action and method attributes considered a best practice?
Any feedback is much appreciated !!
- Submitted 4 months ago
Article Preview Component
- HTML
- CSS
- JS
Any feedback would be much appreciated ππ§βπ»β!!
- Submitted 4 months ago
Meet Landing Page
- HTML
- CSS
These are the areas that you can help me with:
- Hero Desktop Layout Design I used grid
- Minimizing the usage of the max-width, I think
- Fixing the image in the footer, which is not showing up despite changing the path to a relative path.
- Improving the spacing of the page.
- Proper usage of clamp().
- Submitted 6 months ago
Testimonials Grid Section (CUBE CSS)`
- HTML
- CSS
The areas where I would like your help or feedback are my CSS. I've been implementing Cube CSS in my projects, but I'm not sure if I'm doing it correctly :)
Your feedback will help me improve even more.
**CODE UP βπ§βπ» ! **
- Submitted 6 months ago
Four Card Feature Section (CUBE CSS)
- HTML
- CSS
The area that I can use your help with is the Cube CSS, This is my first time implementing it. I know for sure that there are a lot of improvements and refactoring for the code.
Give me a feedback if I have some excessive codes in my CSS I would really appreciate it
Your feedback for this project will be really important to me | Thank you !
CODE UP π§βπ» !
- Submitted 6 months ago
Product preview card component
- HTML
- CSS
For this challenge I didn't need any help on areas. But Your feedback is highly appreciated πππ
- Submitted 6 months ago
Recipe Page
- HTML
- CSS
I'm not unsure if setting a margin-block-start and margin-block-end on the card for spacing it is a good approach.
...article content recipe
@media only screen and (min-width: 64rem) { main { margin-block: 8rem; }
- Submitted 6 months ago
Blog Preview Card
- HTML
- CSS
I would like to have an opinion for this code
HTML & CSS foundations
As you can see I added an link to the heading. I'm not sure this is the best practices on adding a link to the anchor element
Your feedback will be appreciated.