Built a fully interactive Windows 11 clone using pure HTML, CSS & JavaScript 💻
✨ Real-time date & time
🎚️ Brightness & volume control with progress bars
🖱️ Smooth UI interactions
@harshbhaiyaa@masterdhanesh_@sheryians_#JavaScript#Frontend
if its good pl commentOpinion😊
Built an AI-powered Image Caption Generator using the Gemini API 🚀
Just upload an image and get instant captions for Twitter/X, Instagram, LinkedIn, and more.
🛠 Tech Stack: Node.js, Express.js, Gemini API, Postman
#AI#GeminiAPI#NodeJS#ExpressJS#BuildInPublic#GenerativeAI
Being an SDE isn’t just about writing code.
It’s about understanding Computer Science fundamentals deeply:
🔹 DSA → problem solving mindset
🔹 OS → how processes & memory really work
🔹 DBMS → structuring & scaling data
🔹 CN → making systems talk
🔹 OOP → designing clean
Built a Todo App with React ⚛️
• useState for state management
• Conditional rendering
• Immutable updates using map & filter
• Component-based UI
#ReactJS#Frontend#WebDevelopment#LearnInPublic
Built a Todo App 📝
Users can add tasks and remove them after completion.
Focused on state management and clean UI.
Every small project adds clarity 🧠
#ReactJS#LearningInPublic#webdevelopment#MERN
Built a reusable Product Card UI 🛒
Focused on props, map(),
and conditional rendering.
I used Array of objects that hold the data of the product.
Also made it fully responsive for mobile
Learning how real-world UI is built in React
#ReactJS#Frontend#WebDev#ResponsiveDesign
Pricing Cards UI with Monthly / Yearly toggle.
UI was easy, logic took time 😅
Finally understood how React state drives rendering.
#ReactJS#LearningInPublic#MERN
Building strong foundations before moving ahead 💡
✔️ Switch Statements
✔️ Functions & Methods in Java
Understanding control flow and reusable logic is making coding feel more structured and meaningful.Grateful to Kunal Kushwaha for guiding this journey step by step.
#JavaDSA
Started my DSA journey and successfully completed Conditionals & Loops 💻
Learning step by step with a strong focus on fundamentals.
Thanks to @kunalstwt for such clear explanations and structured guidance 🙌
#DSA#Java#LearningInPublic#Consistency#CodingJourney
Just finished a React Slider component ⚛️
This project helped me understand:
• How state controls UI rendering
• Why i === index && (...) works
• Handling user events (Next / Prev)
• Building data-driven components
Progress > Perfection 🚀
#React#LearningInPublic#webdev
Just built an interactive Card UI in React 🙌
🔹 Used objects of data to render cards dynamically
🔹 Passed data via props
🔹 Focused on component reusability and clean UI
Small project, big learning 🚀
#webdevelopment#React#JavaScript#mern#UIUX#WebDev
A React-based Counter application built using the useState hook.
Implements increment, decrement, and reset functionality while showcasing how state updates trigger UI re-renders in React.
Focused on writing clean, reusable components.
#ReactJS#JavaScript#FrontendDev#MERN