AAaksinaaks.hashnode.dev·Oct 21, 2024 · 2 min readStar 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...01A
AAaksinaaks.hashnode.dev·Oct 20, 2024 · 9 min readCustom 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...01A
AAaksinaaks.hashnode.dev·Oct 18, 2024 · 2 min readBasic 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...00
AAaksinaaks.hashnode.dev·Oct 17, 2024 · 3 min readContext 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 ...00
AAaksinaaks.hashnode.dev·Oct 16, 2024 · 9 min readContext 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...00