aaks.hashnode.devStar 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
aaks.hashnode.devCustom API local storageDuring days 15 and 16 of my React journey, I worked on a project to create a todo list application. This project allowed me to implement Context API for state management and local storage for data persistence. Throughout the process, I learned how to...Oct 20, 2024·9 min read
aaks.hashnode.devBasic AccordionFor the 15th day of my React journey, I decided to create a simple accordion. It was a fun exercise that helped me practice how to manage state and conditional rendering in React. Let me walk you through what I did. Components/accordion/data.js First...Oct 18, 2024·2 min read
aaks.hashnode.devContext APIIn this blog, I'll share what I learned about using the Context API in React to implement a theme toggle feature. While I have explored the Context API before, this time I approached it a bit differently. I'll walk you through how I created a simple ...Oct 17, 2024·3 min read
aaks.hashnode.devContext APIOn the 13th day of my learning journey, I explored how to capture and manage data in React using the Context API. I’m thrilled to share my insights today. Let’s start from the basics, let’s dive in! Imagine you need to pass data from the <App> compo...Oct 16, 2024·9 min read