Simon
@Simplify4Me2All solutions
- Submitted 27 days ago
IP Address Tracker using React
- HTML
- CSS
- JS
- API
Even though it wasn't new to me, structuring the page and organizing the CSS proved to be a challenge again. Any feedback is welcome 👐
- Submitted about 2 months ago
Age calculator app using C# Blazor WASM
- HTML
- CSS
- JS
I could use some guidance on handling forms and organizing CSS in Blazor. While Blazor encourages the use of components, I struggled to scope the styling to specific components unless I resorted to inline styles—which doesn’t exactly feel like best practice. Any tips on managing component-level CSS more effectively would be appreciated.
- Submitted 2 months ago
Advice Generator App using VueJs + SASS
- HTML
- CSS
- JS
- API
I thought about implementing a spinner or placeholder of some kind when the fetching the data is in a loading state. Do you think it would have added value?
- Submitted 3 months ago
Ping single column coming soon page using SASS
- HTML
- CSS
- JS
I think I could use some pointers and best practices when it comes to structuring the SCSS and SASS. I've used variables, but there's probably much more to it 🤔
- Submitted 4 months ago
Social media dashboard using React + Vite + Tailwind
- HTML
- CSS
- JS
The layout isn't fully responsive as it only supports two sizes: mobile and desktop. The in-between range looks quite off. Any tips would be greatly appreciated.