As part of learning modern web technologies, I created a simple application that connects a Symfony-based backend with a React frontend. A key feature of the project was implementing data exchange between these layers using GraphQL. The goal of this project was to gain hands-on experience in building full-stack applications and to understand effective communication between the backend and frontend.
Project highlights:
- Backend built with Symfony, implementing a GraphQL API
- Frontend created with React, fetching and sending data via GraphQL
- Real-time data exchange and updates for testing and demonstration purposes
- The project was developed for educational purposes, focusing on gaining practical experience and understanding API-first architecture
Thanks to this project, I became familiar with modern approaches to web application development and deepened my knowledge of tools like Symfony, React, and GraphQL.