
A beauty platform built on top of a Shopify store that uses the Booking API endpoints.
This platform is a digital marketplace designed specifically for beauty professionals. It allows these professionals to sell their services to customers using a booking system and online payment options. Unlike other platforms that focus on beauty locations, this platform focuses on connecting customers with individual beauty professionals. It provides customers with the opportunity to browse and select beauty professionals based on their information, Instagram, and portfolio, before booking an appointment. Beauty professionals can create an account and offer their services through this platform, making it a convenient and centralized place for both customers and professionals in the beauty industry.
This platform serves as a dedicated marketplace for beauty professionals, allowing them to offer their services to customers using a booking system and online payment options. It focuses on connecting customers with individual beauty professionals rather than beauty locations. Customers can browse and choose from a wide range of beauty professionals, view their information, Instagram, and portfolio before making a booking. This platform also provides a convenient account creation process for beauty professionals, making it a centralized hub for the beauty industry. Additionally, the platform offers various features such as integration with Instagram, a comprehensive notification system, and ready-to-use UI components from Mantine UI.

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
Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
A fully featured React components library. 100+ components, 50+ hooks.
Shopify offers headless commerce capabilities through its Storefront API, allowing developers to use their own front-end technology to create custom storefronts or sales channels while using Shopify as a back-end system
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
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.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.