Glamour Threads is an ecommerce website designed to provide users with a seamless shopping experience for high-quality clothing and accessories. Built using Remix Framework, Vite, Tailwind CSS, Sanity, and Stripe, Glamour Threads offers a modern and responsive platform for both customers and administrators.
- Product Catalog: Browse through a diverse range of clothing items and accessories.
- Product Search: Easily find desired products through the search functionality.
- Product Details: Detailed information and images provided for each product.
- Shopping Cart: Add products to the cart for easy checkout.
- Checkout Process: Smooth and secure checkout process powered by Stripe.
- Order Tracking: Track the status of orders from purchase to delivery.
- Admin Dashboard: Manage products, orders, and customers through an intuitive admin dashboard.
- Responsive Design: Ensures a consistent and optimal user experience across devices of all sizes.
- Remix Framework: Enables server-rendered React applications for fast and efficient performance.
- Vite: A next-generation frontend tooling ecosystem for building modern web projects.
- Tailwind CSS: Utility-first CSS framework for quickly building custom designs.
- Sanity: Headless CMS for managing content with real-time collaboration.
- Stripe: Payment processing platform for secure online transactions.
- Clone the repository:
git clone https://github.com/xanmoy/glamourthreads-remix.git
- Install dependencies:
npm install
- Set up environment variables:
- Create a
.env
file based on.env.example
and fill in the required values.
- Create a
- Run the development server:
npm run dev
- Visit the website and explore the product catalog.
- Sign up or log in to access additional features like adding items to the cart and checking out.
- Admins can access the admin dashboard by navigating to
/admin
and logging in with admin credentials.
For any inquiries or support, please contact [[email protected]].