Introducing ezFeedback, built by an indie hacker for indie hackers. Just 3 simple steps for each project to save hours and a lot of useless work. 👇
Introducing ezFeedback, built by an indie hacker for indie hackers. Just 3 simple steps for each project to save hours and a lot of useless work. 👇
And by the way seeing my website go multilingual feels amazing! 😀 Is it just me? 😅😅 Check out the demo!
#WebDevelopment #GlobalReach
And by the way seeing my website go multilingual feels amazing! 😀 Is it just me? 😅😅 Check out the demo!
#WebDevelopment #GlobalReach
After questioning myself a million times "will anyone even use this?" (then convincing myself "at least I'll use it for my own products
") and overthinking about how I need to improve xyz before launching, I'm finally launching ezLogo! 👇
After questioning myself a million times "will anyone even use this?" (then convincing myself "at least I'll use it for my own products
") and overthinking about how I need to improve xyz before launching, I'm finally launching ezLogo! 👇
There's a great open source project called Browser Use that is very similar (and has additional features as well)
Check it out here: github.com/browser-use/...
There's a great open source project called Browser Use that is very similar (and has additional features as well)
Check it out here: github.com/browser-use/...
For adding in installed PWA specific styling, you have to use standalone display mode, just like we use "sm:", "md:" (for small and medium screens), "standalone:" is used for standalone (display mode of installed PWA).
Check description of image for process
For adding in installed PWA specific styling, you have to use standalone display mode, just like we use "sm:", "md:" (for small and medium screens), "standalone:" is used for standalone (display mode of installed PWA).
Check description of image for process
1. Creating the Web App Manifest
Next.js provides built-in support for creating a web app manifest using the App Router. You can create either a static or dynamic manifest file:
create app/manifest.ts like in the picture:
1. Creating the Web App Manifest
Next.js provides built-in support for creating a web app manifest using the App Router. You can create either a static or dynamic manifest file:
create app/manifest.ts like in the picture:
Let me know if you want a detailed thread on leveraging this treasure.
#UIUX #WebDev #Frontend