Dev Nerd
Wait do u use notion ?
Guys I checked out Notion today and it's really nice give it a try⚡️
⚡4
Forwarded from SeeFun.Dev (Sifen)
One of the first things I learned as a web developer is how important it is to make websites look great on any screen size. Here are the basics that changed the way I build:
REM scales based on the root font size (usually 16px). So, 2rem = 32px.
EM scales based on the parent element’s size. It’s great for local tweaks.
These let you style your site differently for various devices. Here’s an example:
@media (max-width: 600px) { body { font-size: 14px; } }
@media (min-width: 1024px) { body { font-size: 18px; } } I use percentages for widths and rely on flexbox or grid for alignment. It makes layouts so much easier to adjust!
#WebDev #ResponsiveDesign #CSS
Please open Telegram to view this post
VIEW IN TELEGRAM
#Day76 of #100DaysOfCode challenge
After a week off to organize my stuffs I'm back 🔥😎🤟
This time it's a nice calculator app built with React and TypeScript🔥
⚡️ Features:
✅ Dope functionality
✅ Theme toggle with 3 cool color options
✅ Powerful error handling
✅ 100% responsive design
✅ Modern design with bouncing buttons when the user clicks
✅ Amazing performance
Check it out ⚡️👍
Live Link
Repo Link
#projects@DevNerd0 #100DaysOfCode #coding
After a week off to organize my stuffs I'm back 🔥😎🤟
This time it's a nice calculator app built with React and TypeScript🔥
⚡️ Features:
✅ Dope functionality
✅ Theme toggle with 3 cool color options
✅ Powerful error handling
✅ 100% responsive design
✅ Modern design with bouncing buttons when the user clicks
✅ Amazing performance
Check it out ⚡️👍
Live Link
Repo Link
#projects@DevNerd0 #100DaysOfCode #coding
🔥8👍1
Forwarded from Chapi Dev Talks
Don't just be a developer,
Make your self business minded from campus
The more exposure you have you be closer to the Juicy part of your life
Make your self business minded from campus
The more exposure you have you be closer to the Juicy part of your life
❤7
My #Day77 of #100DaysOfCode Challenge Project
Cool QR Code Generator built with React and TypeScript ⚡️
⚡️ Features:
✅ Dynamic QR code generation
✅ Gradient overlays to make it cool
✅ Easy download & share options
✅ Amazing performance
✅ Fully responsive design
Check it out and generate your own QR codes ⚡️👍
Live link: QR Code Generator
Repo link: Repo
#projects@DevNerd0
#React #TypeScript
#coding #QRCode
#100DaysOfCode
Cool QR Code Generator built with React and TypeScript ⚡️
⚡️ Features:
✅ Dynamic QR code generation
✅ Gradient overlays to make it cool
✅ Easy download & share options
✅ Amazing performance
✅ Fully responsive design
Check it out and generate your own QR codes ⚡️👍
Live link: QR Code Generator
Repo link: Repo
#projects@DevNerd0
#React #TypeScript
#coding #QRCode
#100DaysOfCode
🔥7
Dev Nerd
My #Day77 of #100DaysOfCode Challenge Project Cool QR Code Generator built with React and TypeScript ⚡️ ⚡️ Features: ✅ Dynamic QR code generation ✅ Gradient overlays to make it cool ✅ Easy download & share options ✅ Amazing performance ✅ Fully responsive…
#issue_opened with 404 errors😢 on the QR Code result page when I refresh the page on the qrcode result page it shows a 404 error .. I think it's related to using the router and when the page routes to the QR code page this happens how can I fix this?
😢1
Dev Nerd
#issue_opened with 404 errors😢 on the QR Code result page when I refresh the page on the qrcode result page it shows a 404 error .. I think it's related to using the router and when the page routes to the QR code page this happens how can I fix this?
#issue_closed ✅🥵🥳
Added a vercel.json file to handle client side routing, inspired by other websites
Now it works perfectly check it out again ⚡️
Live link: QR Code Generator
Repo link: Repo
#coding #React #TypeScript #QRCode #Vercel #100DaysOfCode
Added a vercel.json file to handle client side routing, inspired by other websites
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}Now it works perfectly check it out again ⚡️
Live link: QR Code Generator
Repo link: Repo
#coding #React #TypeScript #QRCode #Vercel #100DaysOfCode
👏3👍1🔥1