Bálint Korpai
@kemenyfa-szuAll solutions
- Submitted 6 months ago
Interactive dashboard component
- HTML
- CSS
- JS
Please leave a feedback if there would anything that I should look up to provide a better solution in any means. Thank you very much!
- Submitted 7 months ago
Advice generator
- HTML
- CSS
- JS
- API
I use Prettier plugin in VSCode to format my files. when a line is too long this happens:
[blockqoute tag] (sorry, when I write it as a normal tag, it is removed after the form is submitted) {{ boolean expression ? componentProperty.value : "Default text" }} [/blockquote tag]
The code above results the following: " Advice text " but I want this: "Advice text"
Is there any other method than a hard coded ...
[!-- prettier-ignore --] [blockqoute tag]{{long interpolated expression}}[/blockquote tag]
... to get rid of the spaces between the quote sings and the text caused by the line breaking in the html?
Thank you in advance! Have a great day!
- Submitted 7 months ago
Intro section with hamburger menu and navigation bar
- HTML
- CSS
- JS
As I am a beginner in Angular I would be glad to receive some feedback, tips on how to structure my assets folders, and in general how good or bad is the path that I am walking on ot learn this framework.
- Submitted 7 months ago
Credit card information form with validation built with Angular
- HTML
- CSS
- JS
Any feedback is welcomed.
- Submitted 8 months ago
Responsive news landing page
- HTML
- CSS
- JS
As I am still new to web development, I happily accept any suggestions, corrections on my mistakes and good or bad practices.
- Submitted 8 months ago
Responsive Intrinsic Landing Page
- HTML
- CSS
I still struggle whether to use margins or flex/grid gap properties to align the elements. I did not find proper rule of thumb for it. If you can give me an advice on how to determine it, I would appriciate it very much