Took a break, but I’m back 💻
No more overthinking. Just building, learning, and sharing consistently.
Frontend journey continues 🚀
#FrontendDev#WebDev#BuildInPublic
@Gurzu_inc Solid list 💯
Responsiveness and accessibility are two things many developers still overlook, but they make a huge difference in real-world projects.
Clean, reusable code also saves a lot of headaches later 🔥
Great reminders for frontend devs 💻
@Crypto__Parrot Congrats on the 100 followers milestone 🎉
Posting your journey and projects consistently really pays off. The first 100 are always the toughest.
Keep building and sharing your progress 💻
#FrontendDev#BuildInPublic
@Flyman_Dante@TechSphereAcad Understanding how the internet actually works changes the way you approach development.
Once you know what happens behind the scenes when a URL is typed, things like requests, responses, and performance start making a lot more sense.👏
#FrontendDev#WebDevelopmen
One JavaScript mistake many beginners make…
Using var everywhere.
var leaks scope and causes weird bugs.
Use:
• let for changing values
• const for stable values
Cleaner code. Fewer surprises.
Small habits → better developers 💻
#JavaScript#FrontendDev#WebDev
@shahbaz_al0m@sheryians_ This is the kind of upgrade that actually matters 🔥
Moving from props to Context shows real understanding, not just building for the sake of it 👀
Same app, better architecture is a big win 💯
Keep refining like this, it really pays off 🚀
@okeakarama This is so true 💯
UI looks good, but solving real problems is what actually gets you hired
Explaining your thinking and decisions is what makes you stand out 👀
Clean design + clear logic = real value 🔥
@Suman_mehmi0307 React Router unlocked, nicee 🔥
And that 404 design is slick fr, clean and actually adds to the UX 👀
Love how you handled the routes too, small details like this really level up a project 💯
Keep going, this is solid progress 🚀
@emmy_tweg Just checked out the site 👀
The visuals and animations are really clean, it stands out fr 🔥
One small thing, you might want to look at spacing/readability in some sections, feels a bit tight on certain screens
But overall this is solid work, definitely a strong build 🚀
@akin_bola23 Just checked out the site 👀
Really clean UI and it feels smooth too 🔥
I like how you structured the layout, simple but effective
Is the stack React + Tailwind? Looks well optimized ⚡
Solid work fr, keep building 🚀
@TechGoddess0 Facts 💯
Tutorials help, but nothing beats actually building
That one messy project teaches more than hours of watching 👀
Best approach is balance, learn a bit, then apply immediately 🔥
@Diya_meghani@sheryians_@ankurdotio@harshbhaiyaa@sarthacksharma This is clean 🔥
Drag & drop + local storage is solid work fr
Love that you focused on both functionality and UI, that’s what makes a project stand out 👀
“Learning by building” is the real cheat code 💯
Keep pushing, this is strong progress 🚀
@Oluwa_sequence@TechSphereAcad This is actually impressive 🔥
300+ lines of CSS for a skyline shows real effort fr
Love how you used variables + media queries too, that’s proper responsive thinking 👀
Projects like this really sharpen your CSS skills
Keep going, you’re building strong fundamentals 🚀
Most devs get responsive design wrong…
They design for screens, not layouts.
Stop chasing breakpoints ❌
Build flexible systems ✅
• Use Flexbox/Grid
• Avoid px → use %, rem, clamp()
• Let content shape layout
Good CSS doesn’t adjust
It adapts 💻🔥
#FrontendDev#WebDev
@Oluwa_sequence@TechSphereAcad 300+ lines of CSS for a skyline? That’s dedication 🔥
Using variables + media queries here is smart, makes it scalable and clean
@yemi_ogundairo Nice find 👌 motion-first icons are a smart way to improve UX without bloating the app
Way better than setting up custom animations every time