
Todo App using Apollo Client 2.0, React and Material-UI inc. queries, mutations and subscriptions
TodoApolloV2 is a powerful todo application built on the React framework, integrating seamlessly with GraphQL through Apollo Client 2.0. This setup not only streamlines todo management but also ensures that users can enjoy real-time updates across multiple windows. Whether you’re looking to manage personal tasks or collaborate on projects, TodoApolloV2 provides an efficient, responsive experience. The combination of modern technologies allows developers to create and interact with their todo lists effortlessly.
This application is designed for ease of use and flexibility, offering features that cater to both casual users and developers alike. By leaning on the robust capabilities of GraphQL and React, users can expect a smooth and intuitive interface that keeps their tasks organized and accessible.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.