delroscol98
@delroscol98All solutions
- Submitted about 2 months ago
REST Countries | React, Modular CSS, React Router
- HTML
- CSS
- JS
- API
Persisting dark mode 404 status when the country's page is refreshed.
- Submitted 3 months ago
Product Cart | React + Vite + CSS Modules
- HTML
- CSS
- JS
If there are any components that are able to be abstracted, please let me know!
- Submitted 4 months ago
Password Generator - HTML, CSS, Sass, JavaScript
- HTML
- CSS
- JS
Please give suggestions based on Password strength, I'm not sure what algorithm to follow. The logic was doing my head in.
- Submitted 4 months ago
Tip Calculator Attempt #2 - React + CSS
- HTML
- CSS
- JS
Am I able to refactor my code and use useRef instead of useState to complete my calculations for the summary? I imagine this would reduce re-renders but I'm not sure if this is allowed by React.
Happy for suggestions on my code!
- Submitted 5 months ago
Notifications Page | React + CSS
- HTML
- CSS
- JS
The image in Kimberly Smith is meant to be pushed all the way to the end. In each item I have display: flex, however am unable to move a single element all the way to the end. I'm not sure how to get around this problem. Open to suggestions!
- Submitted 5 months ago
Age Calculator - React
- HTML
- CSS
- JS
Please have a read of my code and let me know if it is easy to follow and understand!
- Submitted 5 months ago
Intro Component with Signup Form - HTML, CSS, Sass, JS
- HTML
- CSS
- JS
Is my validation as good as it could be?
- Submitted 6 months ago
Base Apparel - HTML and SASS
- HTML
- CSS
- JS
I hope the project is close to the design and responsive.
- Submitted 7 months ago
Time Tracking Dashboard
- HTML
- CSS
- JS
Could I have made my JS code more clean or neat? I was originally thinking of breaking the entire file into different functions: One for retrieving data; one for handling button states; one for dynamically inserting data. However, this method became too complicated and I found my logic all over the place.
Any suggestions for making my code neater and cleaner would be appreciated.
- Submitted 7 months ago
Newsletter sign-up form with success message
- HTML
- CSS
- JS
- Am I handling the form correctly?
- Am I separating concerns correctly?
- Is my code readable, scalable, and maintainable?
Feedback would be much appreciated!
- Submitted 7 months ago
Article Preview Component
- HTML
- CSS
- JS
Readability of the HTML file and the assignment of class names to elements. As the class names link directly to the CSS file, I want to make sure that my assignment of class names and the organisation of my CSS code is the best it can be.