David Lemvigh
@dlemvighAll solutions
Meet landing page - Plain CSS & HTML
PSubmitted 5 months agoI struggled a bit with the faces, being having separete images and layouts between mobile and desktop. Combined with the same text in the middle. My solution kinda works, but I feel there is room for improvement
Dictonary Web App - React Vite
#react#vite#react-hook-formPSubmitted 5 months agoHow to improve the search. I don't like how that when the search is submitted once, it will forever show the validation error as soon as the input is empty. Ideally I would only show the error if submitting with an empty input.
Ideally I would also have liked a loading state when looking up results, but it was not in the Figma file, and I haven't bothered coming up with something myself
Mortgage Calculator in React Vite with minimal 3rd party libs
#react#vitePSubmitted 5 months agosuggestions for organizing CSS. could I have made the breakpoint specific CSS more readable.
if had used scss I could have used mixins. but I wanted to try without scss and just use as close to plain vite as possible.
Social links pure HTML and CSS without design file
PSubmitted 6 months agoIs there a better way to do the layout than just have flexbox all the way down?
I feel like I (and others) just put
display: flex
on everything just to add a gap or center align. Once have several nested flexboxes, it can be difficult to debug what part of the layout is responsible for which gaps and alignments.Blog Card in HTML and CSS
PSubmitted 6 months agoIs there something I could have done better regarding the fonts and typography?
QR Code in static html and css
PSubmitted 6 months agoI know i use some possibly overly generic naming convensions like
.text
and.title
, better names would probably be.card-title
and.card-text
to be a bit more modular.