#reactjs 搜尋結果
Started my Machine Coding Round Series 🚀 Day 1 – Built a 5★ Rating Component using React & Tailwind 💻 Learning how to turn ideas into clean, reusable UI 💪 #MachineCoding #ReactJS #Frontend #tailwind
I'm in my third year with a solid foundation in HTML, CSS, JavaScript, and DSA. Although it's late, I promise you'll see me become a full-stack developer in three months. Day 1 of React journey #ReactJS #100DaysOfCode #WebDevelopment #Day1

A small improvement but one that makes your life easier ✦ Use space to assign your self to a task (or shift + space to assign yourself as a reviewer). You can do this when you have a task open or while you hover on the task card. @celaroapp #software #reactjs #uiux
- working on open source - fix the issue of rxresu.me - pull request created Contributing the open source project that aligns with my tech stack, that repo has 30k stars. #buildinpublic #reactjs #OpenSource #opensourcecontribution
Today learned the concept of Conditional Rendering in React. Getting more excited day by day to complete @reactjs and build project. #WebDevelopment #WebDev #reactjs #Frontend #buildinpublic #LearningInPublic

Today, I dived into Components and Props — the building blocks of every React app! It’s amazing how components make the UI modular, and props help pass data seamlessly between them. Next step: Understanding state management 🔄 #ReactJS #100DaysOfCode #buildinpublic #letsconnect

🧠 Day 39 - #100DaysOfCode Here’s how my site looks so far! 🚀 Will work on the API and add more styling tomorrow. 💻✨ #NextJS #ReactJS #WebDev #CodingJourney



Excited to share that I'm finally building my developer portfolio. Crafted with React, TypeScript, and Tailwind CSS — designed to reflect both my skills and growth as a developer. #WebDevelopment #Portfolio #ReactJS #TypeScript #TailwindCSS #DevJourney

Just created my first UI in React! From zero to a dynamic, scrollable card layout 💻✨ Feels amazing to see components, props, and state come to life. #ReactJS #WebDevelopment #100DaysOfCode #FrontendDev

After learning how browsers and servers talk, I finally started my React journey with #FullStackOpen. ⚛️ Here’s everything I learned in my first real dive into how React apps are built from scratch from setup to props and rendering. #100DaysOfCode #ReactJS 🧵 Thread 👇

We’re hiring a Front-End Developer (React/Next.js) to build AI-powered interfaces that redefine how businesses work. 📍 Nairobi | Onsite Apply 👉 h1.nu/1h9Ln Or send your updated CV to [email protected] #Reactjs #NextJS #hiring #AI #Frontend #TechJobs

Day 13 #100DaysOfCode Today I learned how to handle forms efficiently in React using the React Hook Form library. 🎯 Instead of writing a lot of repetitive code to manage form states, inputs, and validation, React Hook Form makes everything much simpler and faster. #reactjs

🚀 Just built an AI Landing Page App from scratch! 🧠 Tech Stack: React + Vite + Tailwind CSS + OpenRouter API 💡 Features: • Input prompt → AI response ⚡ • Dark/Light mode 🌗 • Copy button 📋 • Toast notifications 🔔 • Mobile responsive 📱 #ReactJS #TailwindCSS #AIApp




Hiring Frontend Engineer (Mid → Senior) Turn Figma → pixel-perfect, fast, responsive UI (dark mode, charts, animations). React/Next.js + TS + Tailwind. Apply with GitHub + portfolio in X DMs & comments below #frontend #reactjs #hiring

Built a new filter system for all lots in my factory management app! Now clients can quickly find what they’re looking for — no endless scrolling! Loving how each small feature adds up 💪 #BuildInPublic #ReactJS #SaaS #WebDev
Just finished my new developer portfolio! Built with React + TypeScript + TailwindCSS ⚡ It showcases my projects and skills - designed to be clean, fast, and modern. Would love your feedback 👇 #ReactJS #TypeScript #WebDev #100DaysOfCode #buildinpublic
🚀 Just finished building the frontend of my Book Appointment website! ✨ Sleek UI | 💻 Built with React & Tailwind CSS 🧠 Backend coming soon — stay tuned! #WebDevelopment #ReactJS #Frontend #UIUX #CodingJourney
We are hiring: Senior Software Engineer (React & Node.js) #WeAreHiring #ReactJS #NodeJS #SeniorSoftwareEngineer #HybridJobs #ChennaiJobs #ImmediateJoiner
🚀 Senior Software Engineer (React & Node.js) – Immediate Joiners Only Location: Padur, OMR, Chennai | Hybrid – 2 days 7–10 yrs exp Build scalable web apps with React.js & Node.js. Immediate joiners preferred! Apply: [email protected] #ReactJS #NodeJS #seniorsoftware
🚀 Senior Software Engineer (React & Node.js) – Immediate Joiners Only Location: Padur, OMR, Chennai | Hybrid – 2 days 7–10 yrs exp Build scalable web apps with React.js & Node.js. Immediate joiners preferred! Apply: [email protected] #ReactJS #NodeJS #seniorsoftware
- working on open source - fix the issue of rxresu.me - pull request created Contributing the open source project that aligns with my tech stack, that repo has 30k stars. #buildinpublic #reactjs #OpenSource #opensourcecontribution
🚀 Day 8: User Authentication Frontend for my Bike Rental App! 🔐 ✅ Signup & Login with React + Axios ✅ Tailwind UI ✅ Route navigation done! Next up → Backend integration & session handling 💪 #ReactJS #FrontendDev #MERNStack #WebDev #BuildInPublic #BikeRentalApp

🧠 Day 40 - #100DaysOfCode Almost finished my URL shortener project! 🔗 Of course, there are some errors 😅 — gonna fix them tomorrow, too tired to deal with it now. 😴 #NextJS #ReactJS #WebDev #CodingJourney #MERN

Day 34/100 — Learning React ⚛️ Today I practiced changing complex states. Challenge: create a contact with fName, lName, and email. Learned how to properly update state objects with the spread operator! 💪 #100DaysOfCode #ReactJS #WebDev #Frontend


🚀 Day 22 of #100DaysOfCode Built the Home & About sections of my Zerodha Clone using React + Bootstrap 💻✨ #WebDev #ReactJS #CodingJourney


#freebook The demand for 'The React JS Interview Handbook' has been through the roof! Thanks to all my readers for making it such a success. #javascript #reactjs #job @gumroad nezirzahirovic.gumroad.com/l/reactjs-hand…
Day 1 of building Blog App :- Implemented register Login features. #WebDevelopment #FullStackDeveloper #Reactjs github.com/Deepak-gupta0/…
const router = createBrowserRouter([ { path: "/users", element: <Users />, loader: async () => fetch("/api/users").then(res => res.json()), }, ]); Modern routing, simplified #ReactJS #WebDev
Day 87 of #100DaysOfCode ⚡ Built the Lobby screen for my AI SaaS video-call feature – Live camera preview ✅ – Mic / camera toggles ✅ – Join-confirmation flow ✅ Next → the in-call UI #ReactJS #NextJS #WebRTC #SaaS #100DaysOfCode


Starting my React learning journey today. Looking forward to mastering components, hooks, and state management to build scalable, modern web apps. #ReactJS #WebDevelopment
Just wrapped an AI-powered landing page for EchoBotics! Built with Next.js 15, Tailwind & React Hooks , fully responsive & live on Vercel. Learned a lot about UI & performance. Keep coding & growing! Thanks, @rockmel03! Check it out: echobotics-task.vercel.app #NextJs #ReactJs

Day 11 💻 Did some machine coding in React today — built an Accordion and a Progress Bar 🎯 Also went down the rabbit hole reading about the new React 19.2 update 😅 Every time I think I know React… React drops a new feature 💀 #100DaysOfCode #ReactJS #WebDev #CodingJourney

🚀 React Error Boundaries Catch crashes like a pro 👇 ✅ Prevent white screens ✅ Better UX ✅ Production-ready #ReactJS #Frontend #WebDev

Updated my FoodieGo App -> 🔗 foodiegoin.netlify.app Features: ✅ Real-time search ✅ Smart cart system ✅ Dark mode ✅ Smooth animations ✅ Fully responsive ✅ Toast ✅ UseMemo ✅ Smart Cardpreview ✅ Farmer Motion Next up: Writing API #ReactJS #WebDevelopment #Frontend




FunWallet - A wallet for play, not pay. > Live link - funwallet.vercel.app 📌 I built this for learning purposes to understand how wallet transactions and transaction history actually work. #BuildInPublic #nodejs #reactjs @ChaiCodeHQ review.


🧠 Day 39 - #100DaysOfCode Here’s how my site looks so far! 🚀 Will work on the API and add more styling tomorrow. 💻✨ #NextJS #ReactJS #WebDev #CodingJourney



Just created my first UI in React! From zero to a dynamic, scrollable card layout 💻✨ Feels amazing to see components, props, and state come to life. #ReactJS #WebDevelopment #100DaysOfCode #FrontendDev

Today learned the concept of Conditional Rendering in React. Getting more excited day by day to complete @reactjs and build project. #WebDevelopment #WebDev #reactjs #Frontend #buildinpublic #LearningInPublic

After learning how browsers and servers talk, I finally started my React journey with #FullStackOpen. ⚛️ Here’s everything I learned in my first real dive into how React apps are built from scratch from setup to props and rendering. #100DaysOfCode #ReactJS 🧵 Thread 👇

I'm in my third year with a solid foundation in HTML, CSS, JavaScript, and DSA. Although it's late, I promise you'll see me become a full-stack developer in three months. Day 1 of React journey #ReactJS #100DaysOfCode #WebDevelopment #Day1

Excited to share that I'm finally building my developer portfolio. Crafted with React, TypeScript, and Tailwind CSS — designed to reflect both my skills and growth as a developer. #WebDevelopment #Portfolio #ReactJS #TypeScript #TailwindCSS #DevJourney

Today, I dived into Components and Props — the building blocks of every React app! It’s amazing how components make the UI modular, and props help pass data seamlessly between them. Next step: Understanding state management 🔄 #ReactJS #100DaysOfCode #buildinpublic #letsconnect

Hiring Frontend Engineer (Mid → Senior) Turn Figma → pixel-perfect, fast, responsive UI (dark mode, charts, animations). React/Next.js + TS + Tailwind. Apply with GitHub + portfolio in X DMs & comments below #frontend #reactjs #hiring

🚀 Day 29/100 #100daysofcode ✅ Revised JS (Promise API) ✅ Appwrite Backend React Project 🔹 Adding forms and slug values 🔹 Building pages BUILD BUILD BUILD 🔥🔥🔥 #javascript #reactJS #buildinpublic #letsconnect


🚀 Day 28/100 #100daysofcode ✅ Appwrite Backend React Project 🔹 Production grade react components 🔹 Use react hook form in production BUILD BUILD BUILD 🔥🔥🔥 #javascript #reactJS #buildinpublic #letsconnect


Day 13 #100DaysOfCode Today I learned how to handle forms efficiently in React using the React Hook Form library. 🎯 Instead of writing a lot of repetitive code to manage form states, inputs, and validation, React Hook Form makes everything much simpler and faster. #reactjs

Debugged something that wasn’t even broken. Now it’s actually broken. But fixed again 😂 Progress ✅ #BuildInPublic #reactjs #WebDev

We’re hiring a Front-End Developer (React/Next.js) to build AI-powered interfaces that redefine how businesses work. 📍 Nairobi | Onsite Apply 👉 h1.nu/1h9Ln Or send your updated CV to [email protected] #Reactjs #NextJS #hiring #AI #Frontend #TechJobs

🚀 Day 2 – Comeback Journey 💻 📘 DSA: Learned Arrays & Linked List basics ⚛️ React: Practiced Array Nested Looping, Hooks, useEffect, & handleProps Step by step, building consistency & confidence 💪 #DSA #ReactJS #CodingJourney #100DaysOfCode #WebDev #Consistency @akshaymarch7


🚀 Just built an AI Landing Page App from scratch! 🧠 Tech Stack: React + Vite + Tailwind CSS + OpenRouter API 💡 Features: • Input prompt → AI response ⚡ • Dark/Light mode 🌗 • Copy button 📋 • Toast notifications 🔔 • Mobile responsive 📱 #ReactJS #TailwindCSS #AIApp




⚛️ 💜 React + React = More React! We're super excited to welcome our next Community partner @chennaireact 💙 A huge shoutout to their entire team for making this happen - can't wait to build something amazing together! #ChennaiReact #ReactHyderabad #Reactjs

Day 34/100 — Learning React ⚛️ Today I practiced changing complex states. Challenge: create a contact with fName, lName, and email. Learned how to properly update state objects with the spread operator! 💪 #100DaysOfCode #ReactJS #WebDev #Frontend


Day 95 of Sigma8.0 🚀 Today I 👩💻 🔹 Learned everything about GSoC — how it works, how to apply, and what to prepare 💡 🔹 Added “Mark as Done” feature in my Todo App ✅ 🔹 Made some changes to my Lottery Game 🎲 #Sigma8_0 #ReactJS #GSoC #100DaysOfCode @ApnacollegeX

Something went wrong.
Something went wrong.
United States Trends
- 1. John Bolton 49.1K posts
- 2. #KonamiWorldSeriesSweepstakes 1,926 posts
- 3. Mitch McConnell 35K posts
- 4. Putin 177K posts
- 5. Term 196K posts
- 6. Ace Frehley 1,270 posts
- 7. Andrade 11.5K posts
- 8. Steelers 24.4K posts
- 9. Asheville 4,113 posts
- 10. #2025MAMAVOTE 1.68M posts
- 11. AJ Green 1,122 posts
- 12. Carter Hart 4,010 posts
- 13. Former Trump 20.4K posts
- 14. Dairy Bird N/A
- 15. Curt Cignetti 5,064 posts
- 16. HARD LAUNCH 6,704 posts
- 17. Nissan 5,022 posts
- 18. Tyla 33.6K posts
- 19. Espionage Act 5,771 posts
- 20. No Kings 158K posts