David Lemvigh
@dlemvighAll solutions
- Submitted about 1 month ago
Meet landing page - Plain CSS & HTML
- HTML
- CSS
I 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
- Submitted about 2 months ago
Dictonary Web App - React Vite
#react#vite#react-hook-form- HTML
- CSS
- JS
- API
How 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
- Submitted about 2 months ago
Mortgage Calculator in React Vite with minimal 3rd party libs
#react#vite- HTML
- CSS
- JS
suggestions 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.
- Submitted 2 months ago
Social links pure HTML and CSS without design file
- HTML
- CSS
Is 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. - Submitted 2 months ago
Blog Card in HTML and CSS
- HTML
- CSS
Is there something I could have done better regarding the fonts and typography?
- Submitted 2 months ago
QR Code in static html and css
- HTML
- CSS
I 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.