Built a web application that helps developers migrate from traditional REST API over to GraphQL for its use of selective data which makes data fetching faster and more optimized for developers.
Used React to create the frontend for its ability to reuse components to be able to create multiple schema components while maintaining a seamless responsive user interface for a better experience.
Optimized application state management by implementing Zustand for its ability to streamline data flow between components using a store which helped to reduce chance of errors.
Set up an AppWrite database for its flexibility to be able to store and query data dynamically as well as its high availability to ensure users can always retrieve their data.
Used Tailwind to overhaul the design of our application which made it easier to design each individual component without having to worry about affecting other components making the development process more streamlined.