Built a stopwatch in React. mass proud. Memory leak. 3 hours of debugging. Turns out I forgot to clean up my useEffect. One line. That's all I was missing. mass humbling. If React still confuses you keep breaking stuff. That's how it clicks.#BuildInPublic #ReactJS #javascript30

TEJAS5A65's tweet image. Built a stopwatch in React. mass proud. Memory leak. 3 hours of debugging. Turns out I forgot to clean up my useEffect. One line. That's all I was missing. mass humbling. If React still confuses you keep breaking stuff. That's how it clicks.#BuildInPublic #ReactJS #javascript30
TEJAS5A65's tweet image. Built a stopwatch in React. mass proud. Memory leak. 3 hours of debugging. Turns out I forgot to clean up my useEffect. One line. That's all I was missing. mass humbling. If React still confuses you keep breaking stuff. That's how it clicks.#BuildInPublic #ReactJS #javascript30
TEJAS5A65's tweet image. Built a stopwatch in React. mass proud. Memory leak. 3 hours of debugging. Turns out I forgot to clean up my useEffect. One line. That's all I was missing. mass humbling. If React still confuses you keep breaking stuff. That's how it clicks.#BuildInPublic #ReactJS #javascript30

Day 1 of learning React! 🚀 Today I discovered: ✨ useState Hook - managing state in functional components 📦 Components - the building blocks of React apps Breaking down complex UIs into reusable pieces is a game changer! #ReactJS #100DaysOfCode #WebDev @reactjs @googlefonts

dev_akash001's tweet image. Day 1 of learning React! 🚀

Today I discovered:
✨ useState Hook - managing state in functional components
📦 Components - the building blocks of React apps

Breaking down complex UIs into reusable pieces is a game changer!

#ReactJS #100DaysOfCode #WebDev
@reactjs @googlefonts

Day🗓️4️⃣0️⃣of Defence course by @rohit_negi9 Learning👇 useState() = the quickest way to add dynamic state to your component. 👉 Helps you store & update values 👉 Re-renders UI automatically 👉 Perfect for forms, toggles, counters & more #ReactJS #JavaScript #WebDev #CodingTips

i_am_Jrdev's tweet image. Day🗓️4️⃣0️⃣of Defence course by @rohit_negi9 
Learning👇
 useState() = the quickest way to add dynamic state to your component.
👉 Helps you store & update values
👉 Re-renders UI automatically
👉 Perfect for forms, toggles, counters & more
#ReactJS #JavaScript #WebDev #CodingTips

Do’s and Don’ts I follow as a Full-Stack Developer (React + Django). Good code isn’t just functional — it’s scalable, maintainable, and future-proof. #WebDev #FullStackDeveloper #ReactJS #Django #JavaScript #Python #CodingLife #CleanCode #APIs #Frontend #Backend #TechCommunity

_sajidhussain86's tweet image. Do’s and Don’ts I follow as a Full-Stack Developer (React + Django). Good code isn’t just functional — it’s scalable, maintainable, and future-proof.
#WebDev #FullStackDeveloper #ReactJS #Django #JavaScript #Python 
#CodingLife #CleanCode #APIs 
#Frontend #Backend #TechCommunity

Started @mannupaaji Motion for React playlist and I’m genuinely loving it. Variants, hooks, sequence and many more animations are finally clicking. Can’t wait to put this into real projects and build smooth, production-ready components! #ReactJS #FramerMotion #WebDev

tushxr05's tweet image. Started @mannupaaji Motion for React playlist and I’m genuinely loving it. Variants, hooks, sequence and many more animations are finally clicking.

Can’t wait to put this into real projects and build smooth, production-ready components!  

#ReactJS #FramerMotion #WebDev

Learning React Hooks today! ⚛️🔥 Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React. Built a small counter app. #ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9

Aditya_Ch_20's tweet image. Learning React Hooks today! ⚛️🔥

Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React.
Built a small counter app.
#ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9
Aditya_Ch_20's tweet image. Learning React Hooks today! ⚛️🔥

Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React.
Built a small counter app.
#ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9
Aditya_Ch_20's tweet image. Learning React Hooks today! ⚛️🔥

Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React.
Built a small counter app.
#ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9

POV: You took the internship project too seriously 😅 Remodified my internship project🔥 #ReactJS #BuildInPublic


Day 01 React done ✅ Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code. Key takeaways: 🔄 Custom Elements: Building a reusable createElement function from scratch. 🆚 React vs ReactDOM #ReactJs #WebDev

BarnwalNit81849's tweet image. Day 01 React done ✅ 
 
Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code.
Key takeaways:
🔄 Custom Elements: Building a reusable createElement function from scratch.
🆚 React vs ReactDOM
#ReactJs  #WebDev
BarnwalNit81849's tweet image. Day 01 React done ✅ 
 
Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code.
Key takeaways:
🔄 Custom Elements: Building a reusable createElement function from scratch.
🆚 React vs ReactDOM
#ReactJs  #WebDev
BarnwalNit81849's tweet image. Day 01 React done ✅ 
 
Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code.
Key takeaways:
🔄 Custom Elements: Building a reusable createElement function from scratch.
🆚 React vs ReactDOM
#ReactJs  #WebDev

🧠 Day 39: JSX, Babel & Components ⚛️🚀 ✨ JSX isn’t HTML — it just looks like it. • JSX → JS with cleaner syntax • Babel → turns JSX → JS • Components → reusable UI • Props → pass data 📦 ⚛️React is just a JavaScript object behind the scenes. #ReactJS @rohit_negi9 💻🔥

Gaurav27Spark's tweet image. 🧠 Day 39: JSX, Babel & Components ⚛️🚀
✨ JSX isn’t HTML — it just looks like it.
• JSX → JS with cleaner syntax
• Babel → turns JSX → JS
• Components → reusable UI
• Props → pass data 📦
⚛️React is just a JavaScript object behind the scenes.
#ReactJS  @rohit_negi9 💻🔥

Day 3🔥 – Built an NFC-style futuristic UI. Neon + dark theme + clean layout = perfect combo. Loving this UI grind 💻🔥 #Day3 #Frontend #ReactJS #UIDesign #BuildInPublic #WebDev #NeonUI #Techwear #Futuristic #CodeNewbie

Diya_meghani's tweet image. Day 3🔥 – Built an NFC-style futuristic UI.
Neon + dark theme + clean layout = perfect combo.
Loving this UI grind 💻🔥
#Day3 #Frontend #ReactJS #UIDesign #BuildInPublic #WebDev 
#NeonUI #Techwear #Futuristic #CodeNewbie

Deep diving into advanced routing in React today ⚛️.. ​Finally wrapping my head around dynamic segments, nested routes, and handling those 404s properly . . . ​#ReactJS #WebDev #100DaysOfCode #JavaScript #DevelopersIndia#NightCoding#ProgrammerHumor#Coding#Developer

faheeeemmmm's tweet image. Deep diving into advanced routing in React today ⚛️..

​Finally wrapping my head around dynamic segments, nested routes, and handling those 404s properly
.
.
.
​#ReactJS #WebDev #100DaysOfCode #JavaScript  #DevelopersIndia ​#NightCoding
​#ProgrammerHumor ​#Coding
​#Developer

React Hooks let you add state, side effects, and shared logic to functional components without classes. Hooks like useState, useEffect, and useContext simplify React apps, reduce complexity, and make components cleaner, reusable, and easier to maintain. #webdev #ReactJS

M56957992Pritam's tweet image. React Hooks let you add state, side effects, and shared logic to functional components without classes. Hooks like useState, useEffect, and useContext simplify React apps, reduce complexity, and make components cleaner, reusable, and easier to maintain. #webdev #ReactJS

If you understand how React truly works under the hood, you’ll never fear front-end interviews again. This is the core knowledge companies actually test. #ReactJS #WebDev

M56957992Pritam's tweet image. If you understand how React truly works under the hood, you’ll never fear front-end interviews again.
This is the core knowledge companies actually test.
#ReactJS #WebDev

🚀Day 56 #CoderArmy Wrapped up React Lecture 2 today ⚛️✨ Dived into props, how they pass data smoothly, and how React’s component-based structure keeps everything modular and clean 🧱🔁 Small steps, big clarity. Loving the grind every day 🚀💙 #ReactJS #WebDev #BuildInPublic

MananCodes123's tweet image. 🚀Day 56  #CoderArmy
Wrapped up React Lecture 2 today ⚛️✨
Dived into props, how they pass data smoothly, and how React’s component-based structure keeps everything modular and clean 🧱🔁
Small steps, big clarity. Loving the grind every day 🚀💙
#ReactJS  #WebDev  #BuildInPublic

Project Update -React + Vite setup -Beautiful UI with Tailwind CSS -Password visibility toggle -Multi-role selection (User/Owner/Delivery Partner) -Google OAuth UI ready -Connected to backend auth API -React Router navigation #BuildInPublic #WebDev #ReactJS

aadiexii's tweet image. Project Update

-React + Vite setup
-Beautiful UI with Tailwind CSS
-Password visibility toggle
-Multi-role selection (User/Owner/Delivery Partner)
-Google OAuth UI ready
-Connected to backend auth API
-React Router navigation

#BuildInPublic #WebDev #ReactJS

Day 64–65 ⚛️ Dived deep into Redux + Redux Toolkit this week🧠 💡Centralized global state 💡No more prop drilling 💡Predictable → Action → Reducer → Store 💡RTK makes Redux feel effortless Next = integrating Redux into my e-commerce frontend🔥 #ReactJS #Redux #100DaysOfCode

guriii3108's tweet image. Day 64–65 ⚛️
Dived deep into Redux + Redux Toolkit this week🧠
💡Centralized global state
💡No more prop drilling
💡Predictable → Action → Reducer → Store
💡RTK makes Redux feel effortless
Next = integrating Redux into my e-commerce frontend🔥
#ReactJS #Redux #100DaysOfCode

New portfolio dropped. Fast, animated, and fully responsive — built with React + Vite + Tailwind, powered by GSAP & Framer Motion. Live: my-portfolio-phi-three-72.vercel.app #webdev #reactjs #frontend #javascript #buildinpublic #developer #UIUX #tailwindcss #vite #GSAP #FramerMotion

Shahahahzaman's tweet image. New portfolio dropped.
Fast, animated, and fully responsive — built with React + Vite + Tailwind, powered by GSAP & Framer Motion.

Live: my-portfolio-phi-three-72.vercel.app

#webdev #reactjs #frontend #javascript #buildinpublic #developer #UIUX #tailwindcss #vite #GSAP #FramerMotion
Shahahahzaman's tweet image. New portfolio dropped.
Fast, animated, and fully responsive — built with React + Vite + Tailwind, powered by GSAP & Framer Motion.

Live: my-portfolio-phi-three-72.vercel.app

#webdev #reactjs #frontend #javascript #buildinpublic #developer #UIUX #tailwindcss #vite #GSAP #FramerMotion
Shahahahzaman's tweet image. New portfolio dropped.
Fast, animated, and fully responsive — built with React + Vite + Tailwind, powered by GSAP & Framer Motion.

Live: my-portfolio-phi-three-72.vercel.app

#webdev #reactjs #frontend #javascript #buildinpublic #developer #UIUX #tailwindcss #vite #GSAP #FramerMotion
Shahahahzaman's tweet image. New portfolio dropped.
Fast, animated, and fully responsive — built with React + Vite + Tailwind, powered by GSAP & Framer Motion.

Live: my-portfolio-phi-three-72.vercel.app

#webdev #reactjs #frontend #javascript #buildinpublic #developer #UIUX #tailwindcss #vite #GSAP #FramerMotion

✨ Static `getDerivedStateFromProps` for Controlled Updates (React Development) #ReactJS #Frontend #WebDev #React #100DaysOfCode #DevLife

techielearns's tweet image. ✨ Static `getDerivedStateFromProps` for Controlled Updates (React Development)

#ReactJS #Frontend #WebDev #React #100DaysOfCode #DevLife

Just launched my portfolio website! 🚀 Check it out!📷 shriramphatale.vercel.app #Portfolio #ReactJS #TailwindCSS


Performance isn't an afterthought it's a feature. 🚀 ✅ 98 Performance ✅ 100 Best Practices ✅ 100 SEO I build web apps that Google loves and users enjoy. 💼 Hiring? I'm open for complex React/Next.js projects on Upwork: linkly.link/2RmjX #WebPerformance #SEO #ReactJS


Built a stopwatch in React. mass proud. Memory leak. 3 hours of debugging. Turns out I forgot to clean up my useEffect. One line. That's all I was missing. mass humbling. If React still confuses you keep breaking stuff. That's how it clicks.#BuildInPublic #ReactJS #javascript30

TEJAS5A65's tweet image. Built a stopwatch in React. mass proud. Memory leak. 3 hours of debugging. Turns out I forgot to clean up my useEffect. One line. That's all I was missing. mass humbling. If React still confuses you keep breaking stuff. That's how it clicks.#BuildInPublic #ReactJS #javascript30
TEJAS5A65's tweet image. Built a stopwatch in React. mass proud. Memory leak. 3 hours of debugging. Turns out I forgot to clean up my useEffect. One line. That's all I was missing. mass humbling. If React still confuses you keep breaking stuff. That's how it clicks.#BuildInPublic #ReactJS #javascript30
TEJAS5A65's tweet image. Built a stopwatch in React. mass proud. Memory leak. 3 hours of debugging. Turns out I forgot to clean up my useEffect. One line. That's all I was missing. mass humbling. If React still confuses you keep breaking stuff. That's how it clicks.#BuildInPublic #ReactJS #javascript30

Day 1 of learning React! 🚀 Today I discovered: ✨ useState Hook - managing state in functional components 📦 Components - the building blocks of React apps Breaking down complex UIs into reusable pieces is a game changer! #ReactJS #100DaysOfCode #WebDev @reactjs @googlefonts

dev_akash001's tweet image. Day 1 of learning React! 🚀

Today I discovered:
✨ useState Hook - managing state in functional components
📦 Components - the building blocks of React apps

Breaking down complex UIs into reusable pieces is a game changer!

#ReactJS #100DaysOfCode #WebDev
@reactjs @googlefonts

Do’s and Don’ts I follow as a Full-Stack Developer (React + Django). Good code isn’t just functional — it’s scalable, maintainable, and future-proof. #WebDev #FullStackDeveloper #ReactJS #Django #JavaScript #Python #CodingLife #CleanCode #APIs #Frontend #Backend #TechCommunity

_sajidhussain86's tweet image. Do’s and Don’ts I follow as a Full-Stack Developer (React + Django). Good code isn’t just functional — it’s scalable, maintainable, and future-proof.
#WebDev #FullStackDeveloper #ReactJS #Django #JavaScript #Python 
#CodingLife #CleanCode #APIs 
#Frontend #Backend #TechCommunity

Learning React Hooks today! ⚛️🔥 Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React. Built a small counter app. #ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9

Aditya_Ch_20's tweet image. Learning React Hooks today! ⚛️🔥

Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React.
Built a small counter app.
#ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9
Aditya_Ch_20's tweet image. Learning React Hooks today! ⚛️🔥

Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React.
Built a small counter app.
#ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9
Aditya_Ch_20's tweet image. Learning React Hooks today! ⚛️🔥

Finally understood how useState() works — why normal variables don’t update the UI, and how state + re-rendering actually make React React.
Built a small counter app.
#ReactJS #JavaScript #Frontend #CodingJourney #LearningInPublic @rohit_negi9

Deep diving into advanced routing in React today ⚛️.. ​Finally wrapping my head around dynamic segments, nested routes, and handling those 404s properly . . . ​#ReactJS #WebDev #100DaysOfCode #JavaScript #DevelopersIndia#NightCoding#ProgrammerHumor#Coding#Developer

faheeeemmmm's tweet image. Deep diving into advanced routing in React today ⚛️..

​Finally wrapping my head around dynamic segments, nested routes, and handling those 404s properly
.
.
.
​#ReactJS #WebDev #100DaysOfCode #JavaScript  #DevelopersIndia ​#NightCoding
​#ProgrammerHumor ​#Coding
​#Developer

Day 01 React done ✅ Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code. Key takeaways: 🔄 Custom Elements: Building a reusable createElement function from scratch. 🆚 React vs ReactDOM #ReactJs #WebDev

BarnwalNit81849's tweet image. Day 01 React done ✅ 
 
Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code.
Key takeaways:
🔄 Custom Elements: Building a reusable createElement function from scratch.
🆚 React vs ReactDOM
#ReactJs  #WebDev
BarnwalNit81849's tweet image. Day 01 React done ✅ 
 
Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code.
Key takeaways:
🔄 Custom Elements: Building a reusable createElement function from scratch.
🆚 React vs ReactDOM
#ReactJs  #WebDev
BarnwalNit81849's tweet image. Day 01 React done ✅ 
 
Just completed a deep dive into React fundamentals! 🚀 This tutorial was all about understanding the "why" behind the code.
Key takeaways:
🔄 Custom Elements: Building a reusable createElement function from scratch.
🆚 React vs ReactDOM
#ReactJs  #WebDev

🚀Day 55 #CoderArmy Today I learned why curly braces {} are so powerful in React ⚛️ they let us render texts, numbers, arrays, elements… everything right inside our UI! Small learning, but hey… learning is learning, right? #ReactJS #CodeEveryday #BuildInPublic @rohit_negi9

MananCodes123's tweet image. 🚀Day 55  #CoderArmy 
Today I learned why curly braces {} are so powerful in React ⚛️ 
they let us render texts, numbers, arrays, elements… everything right inside our UI!
Small learning, but hey… learning is learning, right? #ReactJS #CodeEveryday #BuildInPublic @rohit_negi9

🚀 Day 38 Done! Started ReactJS Full Course ⚛️ Learned what React is & why it’s a game changer for UI development 💡 #100DaysOfCode #ReactJS #WebDev #CoderArmy

Durgeshy_adav's tweet image. 🚀 Day 38 Done!
Started ReactJS Full Course ⚛️
Learned what React is & why it’s a game changer for UI development 💡
#100DaysOfCode #ReactJS #WebDev #CoderArmy
Durgeshy_adav's tweet image. 🚀 Day 38 Done!
Started ReactJS Full Course ⚛️
Learned what React is & why it’s a game changer for UI development 💡
#100DaysOfCode #ReactJS #WebDev #CoderArmy
Durgeshy_adav's tweet image. 🚀 Day 38 Done!
Started ReactJS Full Course ⚛️
Learned what React is & why it’s a game changer for UI development 💡
#100DaysOfCode #ReactJS #WebDev #CoderArmy

Day 39 of #WebDev 🚀 Dived into JSX, Babel, props, and React components — loving how everything starts fitting together! ⚛️ Building UIs feels way more structured now. #React #ReactJS #JavaScript #Frontend #100DaysOfCode #CodingJourney #LearnInPublic

_abhijeet13's tweet image. Day 39 of #WebDev 🚀
Dived into JSX, Babel, props, and React components — loving how everything starts fitting together! ⚛️
Building UIs feels way more structured now.

#React #ReactJS #JavaScript #Frontend #100DaysOfCode #CodingJourney #LearnInPublic
_abhijeet13's tweet image. Day 39 of #WebDev 🚀
Dived into JSX, Babel, props, and React components — loving how everything starts fitting together! ⚛️
Building UIs feels way more structured now.

#React #ReactJS #JavaScript #Frontend #100DaysOfCode #CodingJourney #LearnInPublic

If you understand how React truly works under the hood, you’ll never fear front-end interviews again. This is the core knowledge companies actually test. #ReactJS #WebDev

M56957992Pritam's tweet image. If you understand how React truly works under the hood, you’ll never fear front-end interviews again.
This is the core knowledge companies actually test.
#ReactJS #WebDev

Project Update -React + Vite setup -Beautiful UI with Tailwind CSS -Password visibility toggle -Multi-role selection (User/Owner/Delivery Partner) -Google OAuth UI ready -Connected to backend auth API -React Router navigation #BuildInPublic #WebDev #ReactJS

aadiexii's tweet image. Project Update

-React + Vite setup
-Beautiful UI with Tailwind CSS
-Password visibility toggle
-Multi-role selection (User/Owner/Delivery Partner)
-Google OAuth UI ready
-Connected to backend auth API
-React Router navigation

#BuildInPublic #WebDev #ReactJS

Learning React day 2 ! 🔥 Today I covered JSX, Babel, Components & Props — starting to understand how React builds UI in a cleaner way compared to React.createElement. #ReactJS #Frontend #MERN #LearningInPublic #100DaysOfCode #WebDev @rohit_negi9 @CoderArmy

Aditya_Ch_20's tweet image. Learning React day 2 ! 🔥

Today I covered JSX, Babel, Components & Props — starting to understand how React builds UI in a cleaner way compared to React.createElement.

#ReactJS #Frontend #MERN #LearningInPublic #100DaysOfCode #WebDev @rohit_negi9 @CoderArmy
Aditya_Ch_20's tweet image. Learning React day 2 ! 🔥

Today I covered JSX, Babel, Components & Props — starting to understand how React builds UI in a cleaner way compared to React.createElement.

#ReactJS #Frontend #MERN #LearningInPublic #100DaysOfCode #WebDev @rohit_negi9 @CoderArmy

Day 32/100 ✅ Built a simple React UI today using state, props, and component logic ⚛️ Slow progress, solid foundations. 💪 #ReactJS #100DaysOfCode #WebDevelopment

Abhishek_97733's tweet image. Day 32/100 ✅
Built a simple React UI today using state, props, and component logic ⚛️
Slow progress, solid foundations. 💪
#ReactJS #100DaysOfCode #WebDevelopment

“Just spent 2 whole hours debugging my React app like a madman 🔥 Turned out I used {} instead of () in an arrow fn → return was missing React gave ZERO useful errors, just silent death 😭 Finally fixed it 😂 #ReactJS #WebDev #100DaysOfCode

harshapc0109's tweet image. “Just spent 2 whole hours debugging my React app like a madman 🔥
Turned out I used {} instead of () in an arrow fn → return was missing
React gave ZERO useful errors, just silent death 😭
Finally fixed it 😂
#ReactJS #WebDev #100DaysOfCode”
harshapc0109's tweet image. “Just spent 2 whole hours debugging my React app like a madman 🔥
Turned out I used {} instead of () in an arrow fn → return was missing
React gave ZERO useful errors, just silent death 😭
Finally fixed it 😂
#ReactJS #WebDev #100DaysOfCode”

Day 38 of #100DaysOfCode I finally completed the Job Listings with Filtering challenge from Frontend Mentor! 🎉 It was an intermediate project, and I’m proud of how it turned out. Small wins like this keep me going! #ReactJS #FrontendMentor #100DaysOfCode

FarukOlawale3's tweet image. Day 38 of #100DaysOfCode
I finally completed the Job Listings with Filtering challenge from Frontend Mentor! 🎉  
It was an intermediate project, and I’m proud of how it turned out.
Small wins like this keep me going!  
#ReactJS #FrontendMentor #100DaysOfCode
FarukOlawale3's tweet image. Day 38 of #100DaysOfCode
I finally completed the Job Listings with Filtering challenge from Frontend Mentor! 🎉  
It was an intermediate project, and I’m proud of how it turned out.
Small wins like this keep me going!  
#ReactJS #FrontendMentor #100DaysOfCode

Built a clean Customer Segmentation UI today using React + TailwindCSS! Learned how to structure components, upload to GitHub, add a README, and insert images properly. Trying my best to stay consistent🤍✨ #ReactJS #TailwindCSS #100DaysOfCode

Tisa0901's tweet image. Built a clean Customer Segmentation UI today using React + TailwindCSS!
Learned how to structure components, upload to GitHub, add a README, and insert images properly.
Trying my best to stay consistent🤍✨
#ReactJS #TailwindCSS #100DaysOfCode

Day 3🔥 – Built an NFC-style futuristic UI. Neon + dark theme + clean layout = perfect combo. Loving this UI grind 💻🔥 #Day3 #Frontend #ReactJS #UIDesign #BuildInPublic #WebDev #NeonUI #Techwear #Futuristic #CodeNewbie

Diya_meghani's tweet image. Day 3🔥 – Built an NFC-style futuristic UI.
Neon + dark theme + clean layout = perfect combo.
Loving this UI grind 💻🔥
#Day3 #Frontend #ReactJS #UIDesign #BuildInPublic #WebDev 
#NeonUI #Techwear #Futuristic #CodeNewbie

Loading...

Something went wrong.


Something went wrong.


United States Trends