For the first 20 days of my #100DaysOfCode journey, my focus was completely on the frontend, mainly working with React. I covered a lot of essential concepts:



State management for organizing components and rendering logic

API fetching using fetch, axios, and later TanStack Query (useQuery) for data extraction

Form handling using FormData,...