#50daysofjs search results
Day 29 of my #50DaysOfJS Today I learnt about ES6 Modules (import & export) At first I didn’t get why I needed them — until I saw how clean they make your code One file handles logic. Another handles the magic. Omo, JavaScript dey show me shege but we move! #JavaScript #WebDev
Day 44/50 of #50DaysOfJS Today I faced the “props drilling” struggle in React passing data through layers of components just to reach one at the end. Then I met the Context API, my new favorite shortcut. Suddenly, data sharing felt clean and simple. 6 days left😌 #ReactJS
Day 34 of #50DaysOfJS I just started learning React! ✅ What is React? ✅ Why it's awesome for building UIs ✅ Set up with Vite (super fast!) Let’s gooo — JSX, components, and hooks next! >#ReactJS #100DaysOfCode #CodeNewbie #JavaScript
Day 39 of #50DaysOfJS I almost gave up on React… But today, my first React To-Do App finally worked! Learnt how: - useState manages state - Components bring reusability - Consistency always wins Small wins → Big confidence! #React #JavaScript #FrontendDev #100DaysOfCode
Day 38 of #50DaysOfJS Dug into event handling in React today—especially how forms work with controlled components. Didn’t build anything yet, but the concepts are clicking! Excited to try it out soon. #ReactJS #JavaScript #100DaysOfCode
⚡ Day 46–50 of my #50DaysOfJS Wrapping up this challenge with something exciting — MindMaze, a React-based brain puzzle game that tests logic & creativity. Electricity slowed me down a bit, but I’m finishing strong. #JavaScript #React #Firebase #Frontend
Day 37 of my #50DaysOfJS (Skipped day 36 — rest is part of the grind) Today I explored State and the useState Hook in React Crazy how one line of code can make your whole UI react dynamically #ReactJS #JavaScript #FrontendDev #LearningInPublic
Day 28 of #50DaysOfJS Built my first To-Do List app today! The real magic? Learning how event listeners make web pages react to user actions. From clicks to keypresses everything suddenly felt alive! JavaScript is starting to make more sense #WebDev #LearningInPublic
Day 42 of #50DaysOfJS When I started React, everything lived on one page. But today, I learnt React Router (v6+) and built a Weather App using API + useEffect. Watching live weather data appear felt magical like my app finally came alive. #React #JavaScript #Frontend #APIs
Day 43 of #50DaysOfJS I learned about: - Lifting State Up - Parent-child communication - Props Drilling - Context API Then I learned to lift state up and finally, things made sense. And Context API? Total game changer. It’s like a group chat for your components. #React
Day 45 of #50DaysOfJS “React feels amazing!” — today I reviewed my progress so far, and I’m blown away by how far I’ve come. Starting my final project tomorrow to wrap up this JavaScript journey strong. #JavaScript #React #CodingJourney
Day 41/50 of #50DaysOfJS Learnt: Conditional Rendering in React (&&, ternary, if-else) Show/Hide logic for components Controlled Components with Forms React's all about control: every keystroke tracked, every render intentional. We’re not guessing — we’re managing. #ReactJS
Day 33 of #50DaysOfJS Thought forms were simple. Then I hit “Submit” and… nothing. Enter: JavaScript Form Validation - Catching errors early - Real-time feedback - Regex magic Now my forms talk back — and users thank me. #WebDev #JavaScript #100DaysOfCode
Day 35/50 of #50DaysOfJS Learned about Components & Props in #React – reusable UI blocks + data flow! 🔄 - Components = modular pieces - Props = dynamic data into those pieces Loving how React encourages clean, scalable code! #JavaScript #100DaysOfCode #WebDev
Day 31 of #50DaysOfJS Built a stopwatch: hours, minutes, seconds Used setInterval(), time logic, and some clean formatting. Amazing how much you learn just by counting up. Growth = second by second. #JavaScript #CodingJourney #FrontendDev
Day 32 of #50DaysOfJS Built a Calculator App with chaining logic! Now it remembers results & keeps calculating no reset Feeling more confident with JS every day... can’t wait to kick off with React Try it out here: mira0803.github.io/mira-calculato… #FrontendDev #LearningInPublic
Day 40 of #50DaysOfJS Started with console.log — now building dynamic UIs. Today I learned: - API fetching - useEffect for side effects - Dynamic list rendering - Why React keys matter From static pages to reactive apps. Ten days to go. #ReactJS #JavaScript #100DaysOfCode
Day 27 of my #50DaysOfJs challenge Today: Event Listeners & Form Handling. Now I can make websites listen to actions & collect data with ease. Took a little break on Day 26 to recharge, but back at it now! Next stop: Day 28 #webdev #JavaScript #100DaysOfCode #CodeChallenge
Day 30/50 of my #50DaysOfJS challenge Today I unlocked a secret vault inside the browser Local Storage It’s what helps apps “remember” things even after a refresh! Feels good seeing my progress stay #JavaScript #WebDev #Frontend
Day 25 of #50DaysOfJS - DOM Manipulation! Halfway through the challenge Today I practiced: - getElementById, querySelector - Changing text, HTML, and classes - Creating/appending/removing elements - Adding event listeners JS brings static HTML to life. #WebDev #FrontEnd
⚡ Day 46–50 of my #50DaysOfJS Wrapping up this challenge with something exciting — MindMaze, a React-based brain puzzle game that tests logic & creativity. Electricity slowed me down a bit, but I’m finishing strong. #JavaScript #React #Firebase #Frontend
Day 45 of #50DaysOfJS “React feels amazing!” — today I reviewed my progress so far, and I’m blown away by how far I’ve come. Starting my final project tomorrow to wrap up this JavaScript journey strong. #JavaScript #React #CodingJourney
Day 44/50 of #50DaysOfJS Today I faced the “props drilling” struggle in React passing data through layers of components just to reach one at the end. Then I met the Context API, my new favorite shortcut. Suddenly, data sharing felt clean and simple. 6 days left😌 #ReactJS
Day 43 of #50DaysOfJS I learned about: - Lifting State Up - Parent-child communication - Props Drilling - Context API Then I learned to lift state up and finally, things made sense. And Context API? Total game changer. It’s like a group chat for your components. #React
Day 42 of #50DaysOfJS When I started React, everything lived on one page. But today, I learnt React Router (v6+) and built a Weather App using API + useEffect. Watching live weather data appear felt magical like my app finally came alive. #React #JavaScript #Frontend #APIs
Day 41/50 of #50DaysOfJS Learnt: Conditional Rendering in React (&&, ternary, if-else) Show/Hide logic for components Controlled Components with Forms React's all about control: every keystroke tracked, every render intentional. We’re not guessing — we’re managing. #ReactJS
Day 40 of #50DaysOfJS Started with console.log — now building dynamic UIs. Today I learned: - API fetching - useEffect for side effects - Dynamic list rendering - Why React keys matter From static pages to reactive apps. Ten days to go. #ReactJS #JavaScript #100DaysOfCode
Day 39 of #50DaysOfJS I almost gave up on React… But today, my first React To-Do App finally worked! Learnt how: - useState manages state - Components bring reusability - Consistency always wins Small wins → Big confidence! #React #JavaScript #FrontendDev #100DaysOfCode
Day 38 of #50DaysOfJS Dug into event handling in React today—especially how forms work with controlled components. Didn’t build anything yet, but the concepts are clicking! Excited to try it out soon. #ReactJS #JavaScript #100DaysOfCode
Day 37 of my #50DaysOfJS (Skipped day 36 — rest is part of the grind) Today I explored State and the useState Hook in React Crazy how one line of code can make your whole UI react dynamically #ReactJS #JavaScript #FrontendDev #LearningInPublic
Day 35/50 of #50DaysOfJS Learned about Components & Props in #React – reusable UI blocks + data flow! 🔄 - Components = modular pieces - Props = dynamic data into those pieces Loving how React encourages clean, scalable code! #JavaScript #100DaysOfCode #WebDev
Day 34 of #50DaysOfJS I just started learning React! ✅ What is React? ✅ Why it's awesome for building UIs ✅ Set up with Vite (super fast!) Let’s gooo — JSX, components, and hooks next! >#ReactJS #100DaysOfCode #CodeNewbie #JavaScript
Day 33 of #50DaysOfJS Thought forms were simple. Then I hit “Submit” and… nothing. Enter: JavaScript Form Validation - Catching errors early - Real-time feedback - Regex magic Now my forms talk back — and users thank me. #WebDev #JavaScript #100DaysOfCode
Day 32 of #50DaysOfJS Built a Calculator App with chaining logic! Now it remembers results & keeps calculating no reset Feeling more confident with JS every day... can’t wait to kick off with React Try it out here: mira0803.github.io/mira-calculato… #FrontendDev #LearningInPublic
Day 31 of #50DaysOfJS Built a stopwatch: hours, minutes, seconds Used setInterval(), time logic, and some clean formatting. Amazing how much you learn just by counting up. Growth = second by second. #JavaScript #CodingJourney #FrontendDev
Day 30/50 of my #50DaysOfJS challenge Today I unlocked a secret vault inside the browser Local Storage It’s what helps apps “remember” things even after a refresh! Feels good seeing my progress stay #JavaScript #WebDev #Frontend
Day 29 of my #50DaysOfJS Today I learnt about ES6 Modules (import & export) At first I didn’t get why I needed them — until I saw how clean they make your code One file handles logic. Another handles the magic. Omo, JavaScript dey show me shege but we move! #JavaScript #WebDev
Day 28 of #50DaysOfJS Built my first To-Do List app today! The real magic? Learning how event listeners make web pages react to user actions. From clicks to keypresses everything suddenly felt alive! JavaScript is starting to make more sense #WebDev #LearningInPublic
Day 27 of my #50DaysOfJs challenge Today: Event Listeners & Form Handling. Now I can make websites listen to actions & collect data with ease. Took a little break on Day 26 to recharge, but back at it now! Next stop: Day 28 #webdev #JavaScript #100DaysOfCode #CodeChallenge
Day 25 of #50DaysOfJS - DOM Manipulation! Halfway through the challenge Today I practiced: - getElementById, querySelector - Changing text, HTML, and classes - Creating/appending/removing elements - Adding event listeners JS brings static HTML to life. #WebDev #FrontEnd
Day 29 of my #50DaysOfJS Today I learnt about ES6 Modules (import & export) At first I didn’t get why I needed them — until I saw how clean they make your code One file handles logic. Another handles the magic. Omo, JavaScript dey show me shege but we move! #JavaScript #WebDev
Day 41/50 of #50DaysOfJS Learnt: Conditional Rendering in React (&&, ternary, if-else) Show/Hide logic for components Controlled Components with Forms React's all about control: every keystroke tracked, every render intentional. We’re not guessing — we’re managing. #ReactJS
Day 28 of #50DaysOfJS Built my first To-Do List app today! The real magic? Learning how event listeners make web pages react to user actions. From clicks to keypresses everything suddenly felt alive! JavaScript is starting to make more sense #WebDev #LearningInPublic
Day 34 of #50DaysOfJS I just started learning React! ✅ What is React? ✅ Why it's awesome for building UIs ✅ Set up with Vite (super fast!) Let’s gooo — JSX, components, and hooks next! >#ReactJS #100DaysOfCode #CodeNewbie #JavaScript
Day 42 of #50DaysOfJS When I started React, everything lived on one page. But today, I learnt React Router (v6+) and built a Weather App using API + useEffect. Watching live weather data appear felt magical like my app finally came alive. #React #JavaScript #Frontend #APIs
🌟 Day 2 of my #JavaScript journey with my mentor @ChatGPT! Today, we learned about variables, data types, and basic operators. We ditched prompts for DOM manipulation like a pro! 🤩 Let me show you how I spend 2 hours coding today #50DaysOfJS
Day 43 of #50DaysOfJS I learned about: - Lifting State Up - Parent-child communication - Props Drilling - Context API Then I learned to lift state up and finally, things made sense. And Context API? Total game changer. It’s like a group chat for your components. #React
Day 44/50 of #50DaysOfJS Today I faced the “props drilling” struggle in React passing data through layers of components just to reach one at the end. Then I met the Context API, my new favorite shortcut. Suddenly, data sharing felt clean and simple. 6 days left😌 #ReactJS
Day 39 of #50DaysOfJS I almost gave up on React… But today, my first React To-Do App finally worked! Learnt how: - useState manages state - Components bring reusability - Consistency always wins Small wins → Big confidence! #React #JavaScript #FrontendDev #100DaysOfCode
Day 37 of my #50DaysOfJS (Skipped day 36 — rest is part of the grind) Today I explored State and the useState Hook in React Crazy how one line of code can make your whole UI react dynamically #ReactJS #JavaScript #FrontendDev #LearningInPublic
Day 3 of JavaScript Date practice! Today, exploring date formatting and calculations. #50daysofjs #JavaScript #Coding
Day 24 of my #50DaysOfJS Today I learned about DOM Basics — how to use document selectors like getElementById() and querySelector() to access and manipulate HTML elements. JavaScript really starts to feel alive here. #JavaScript #WebDev #CodingJourney
Day 38 of #50DaysOfJS Dug into event handling in React today—especially how forms work with controlled components. Didn’t build anything yet, but the concepts are clicking! Excited to try it out soon. #ReactJS #JavaScript #100DaysOfCode
Day 45 of #50DaysOfJS “React feels amazing!” — today I reviewed my progress so far, and I’m blown away by how far I’ve come. Starting my final project tomorrow to wrap up this JavaScript journey strong. #JavaScript #React #CodingJourney
Day 35/50 of #50DaysOfJS Learned about Components & Props in #React – reusable UI blocks + data flow! 🔄 - Components = modular pieces - Props = dynamic data into those pieces Loving how React encourages clean, scalable code! #JavaScript #100DaysOfCode #WebDev
Day 25 of #50DaysOfJS - DOM Manipulation! Halfway through the challenge Today I practiced: - getElementById, querySelector - Changing text, HTML, and classes - Creating/appending/removing elements - Adding event listeners JS brings static HTML to life. #WebDev #FrontEnd
Day 31 of #50DaysOfJS Built a stopwatch: hours, minutes, seconds Used setInterval(), time logic, and some clean formatting. Amazing how much you learn just by counting up. Growth = second by second. #JavaScript #CodingJourney #FrontendDev
Day 30/50 of my #50DaysOfJS challenge Today I unlocked a secret vault inside the browser Local Storage It’s what helps apps “remember” things even after a refresh! Feels good seeing my progress stay #JavaScript #WebDev #Frontend
Day 40 of #50DaysOfJS Started with console.log — now building dynamic UIs. Today I learned: - API fetching - useEffect for side effects - Dynamic list rendering - Why React keys matter From static pages to reactive apps. Ten days to go. #ReactJS #JavaScript #100DaysOfCode
Day 22 of #50DaysOfJS Finally clicked with async/await! - Clean API calls - Delays with Promises - Sequential & parallel fetches - Easy error handling with try/catch Async code doesn’t have to be messy. This is how modern JS should feel. #JavaScript #CodeNewbie #100DaysOfCode
Something went wrong.
Something went wrong.
United States Trends
- 1. Veterans Day 377K posts
- 2. Woody 12.8K posts
- 3. Toy Story 5 17.3K posts
- 4. #stateofplay 5,834 posts
- 5. Nico 142K posts
- 6. Luka 84.2K posts
- 7. Gambit 42K posts
- 8. Travis Hunter 3,881 posts
- 9. Payne 12.2K posts
- 10. Sabonis 3,829 posts
- 11. SBMM 1,467 posts
- 12. Tish 5,311 posts
- 13. Wike 122K posts
- 14. Vets 33.5K posts
- 15. Mavs 32.8K posts
- 16. Jonatan Palacios 2,335 posts
- 17. Pat McAfee 5,567 posts
- 18. Antifa 191K posts
- 19. Weiner 4,177 posts
- 20. #JonatanVendeHumo 3,664 posts