Wordle
I created a Wordle clone using React.js, HTML, JavaScript, and CSS as one of my earlier projects to better understand how to manage and manipulate data structures. The project allowed me to practice working with arrays and transforming them into matrices, which was a key concept I wanted to learn. Although the clone is basic in nature, it helped me refine my skills in React and improve my understanding of state management and logic flow. Additionally, I used Yarn instead of npm for this project, providing me with experience in alternative package managers and how they differ in managing dependencies.