Dylan
@dquinn089All solutions
- Submitted about 2 months ago
Tip Calculator App Solution Built With HTML/CSS/JS
- HTML
- CSS
- JS
I’d like guidance on improving my JavaScript workflow, particularly with handling form validation and user input, as I encountered issues with correctly accessing input values. Suggestions on structuring my projects more efficiently, especially when integrating JavaScript functionality with CSS would also be helpful.
- Submitted 2 months ago
Time Tracking Dashboard Solution Built with HTML/CSS/JS
- HTML
- CSS
- JS
I’d appreciate help with structuring JavaScript functions and organizing code for better readability and maintainability. Additionally, guidance on applying object-oriented programming (OOP) principles in JavaScript would be valuable for writing more modular and scalable code.
- Submitted 3 months ago
Frontend Mentor Newsletter Sign-Up Built With HTML/CSS/JS
- HTML
- CSS
- JS
One thing that bugs me is that the error message logic works when there is no input in the input box, but when you type anything in other than an email, a built in pop-up windows displays saying "Please include an '@' in the email address. 'input' is missing an '@'.". I'm not sure if this is because i set the input
type="email"
, or something else. It's just annoying because i built a regex to check for more than just an '@'. Unless someone can give me any tips, I might come back in the future and get rid of the regex just to see if the validation function still works, and change the inputtype
for testing. - Submitted 3 months ago
Article Preview Component Built With HTML/CSS/JS
- HTML
- CSS
- JS
Any tips on the JS as far as more efficient ways to go about similar problems, whether a different function might work better in this context or something like that. Any notable tips whether helping with this problem specifically or any general "must-know" industry tips for using JS; very novice with JS so all is welcome.
- Submitted 4 months ago
Testimonials Grid Section Built With HTML/CSS
- HTML
- CSS
Not really, like I said I followed a tutorial that helped a lot and spending some time analyzing and testing the code, which helped make it self explanatory.
- Submitted 4 months ago
Four Card Feature Section Built With HTML/CSS
- HTML
- CSS
Since the start of using flexbox and grid, I feel that I am still overcomplicating the properties. Although my code seemingly gets the job done, I feel as if the same output could be executed with much fewer lines of code. Any tips I will take!
- Submitted 4 months ago
Product Preview Card using HTML/CSS
- HTML
- CSS
Any tips on "mobile-first" approaches, as well as any and all tips for ways to approach building CSS with less code and more efficiency.
- Submitted 4 months ago
Recipe Page Built With Vanilla HTML/CSS
- HTML
- CSS
If there is anything that can be changed in the CSS to make it more streamline. I'm still trying to figure out ways of tweaking the spatial design without having to mess with each individual element's
padding:
andmargin:
properties. - Submitted 4 months ago
Social Link Profile made with HTML/CSS
- HTML
- CSS
Not really sure specifically for this one, but I will take any tips on ways to streamline the process for building these HTML structures more efficiently, as well as design tips for CSS.
- Submitted 4 months ago
Blog Preview Card built using vanilla HTML/CSS plus CSS Media Queries
- HTML
- CSS
Any suggestions for cleaner more concise code, between both HTML and CSS. Although i pride myself in being organized, I cant help but feel like their are always ways I could be writing less code while achieving the same outcome.
- Submitted 4 months ago
Frontend Mentor QR Code Built With HTML + CSS in VSCode
- HTML
- CSS
I guess to have a better understanding of what Flexbox and Grid is in CSS styling, to know the purposes and functions in order to use them more appropriately.