
Dylan
@dquinn089All solutions
Tip Calculator App Solution Built With HTML/CSS/JS
Submitted 10 months agoI’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.
Time Tracking Dashboard Solution Built with HTML/CSS/JS
Submitted 10 months agoI’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.
Frontend Mentor Newsletter Sign-Up Built With HTML/CSS/JS
Submitted 11 months agoOne 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.Article Preview Component Built With HTML/CSS/JS
Submitted 11 months agoAny 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.
Testimonials Grid Section Built With HTML/CSS
Submitted 11 months agoNot 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.
Four Card Feature Section Built With HTML/CSS
Submitted 11 months agoSince 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!
Product Preview Card using HTML/CSS
Submitted 11 months agoAny tips on "mobile-first" approaches, as well as any and all tips for ways to approach building CSS with less code and more efficiency.
Recipe Page Built With Vanilla HTML/CSS
Submitted 12 months agoIf 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.Social Link Profile made with HTML/CSS
Submitted 12 months agoNot 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.
Blog Preview Card built using vanilla HTML/CSS plus CSS Media Queries
Submitted 12 months agoAny 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.
Frontend Mentor QR Code Built With HTML + CSS in VSCode
Submitted 12 months agoI 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.