fullstack-graphql-airbnb-clone is a learning project that recreates core Airbnb-style functionality using a full-stack GraphQL architecture. It includes a React web application, a React Native mobile app, a TypeScript GraphQL server, and shared code organized through Yarn Workspaces. The project is designed to teach how a real product can share logic across web, mobile, and server packages. It demonstrates how booking-style applications can handle users, listings, interface components, and API communication in a unified codebase. The repository is especially useful for developers learning GraphQL beyond simple examples because it shows how multiple clients interact with one backend. Its main value is showing how to structure a scalable full-stack JavaScript and TypeScript application.
Features
- React web application
- React Native mobile app
- TypeScript GraphQL server
- Yarn Workspaces monorepo
- Shared code across packages
- Airbnb-style product workflow