Star Rating feature in ReactToday, I worked on a fun project where I created a star rating component using React. It’s a simple but interactive way to let users rate something with stars, and I learned a lot in the process. Here’s how I built it! Setting Up the Project I starte...Oct 21, 2024·2 min read
React RouterWhat We'll Be Creating Today In today's blog, we'll explore React Router DOM by building a project where we'll cover: Setting up and using React Router DOM for seamless navigation Keeping the navigation bar and footer consistent across different pa...Oct 15, 2024·11 min read
Day 11: Diving Deeper into CSS—A Key Piece of My React JourneyAs I continue my 40-day React journey, day 11 has been slightly different. While building my project, I realized that I’ve been neglecting an important aspect of front-end development: CSS. While I did add some styling I wasn’t doing them on my own, ...Oct 13, 2024·6 min read
Custom HooksIn React, when we notice lines of code repeating, it's often a sign that we should refactor them into a function. Similarly, React's standard library doesn't cover every use case, so we can create our own functions, just like we can create our own cu...Oct 12, 2024·4 min read
Password Generator || useEffect, useRef, useCallbackIt’s the ninth day of my React learning journey, and until now, I've focused on mastering components one by one. While I completed a simple project previously, this time I'm diving into a more (comparatively) complex endeavor with a password generato...Oct 10, 2024·6 min read
React Day 7/401st React Project I built a simple project using Vite and Tailwind CSS that allows users to dynamically change the background color with the click of a button. While I used Tailwind for basic styling to make things visually appealing, the focus here ...Oct 9, 2024·3 min read
React Day 6/40IntegratingTailwind and React props As I continue my React journey, I've been excited to explore how to integrate Tailwind CSS into my projects. Today, I experimented with a card component from the Tailwind CSS documentation. This hands-on experience...Oct 8, 2024·6 min read