Developed a To-Do List web application as a learning project focused on frontend development and API consumption. The application allows users to create, update, delete, and manage tasks dynamically through a responsive user interface.
Built using React and JavaScript, implementing state management and asynchronous data handling with Fetch API to interact with an external REST API provided by 4Geeks Academy. Strengthened understanding of HTTP methods (GET, POST, PUT, DELETE), API integration, and client-server communication.
The project reinforced core frontend development concepts, including component-based architecture, asynchronous programming, and working with external APIs in real-world scenarios.