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