Skip to content

komaraip/zaixs-apparel

Repository files navigation

Zaixs Apparel

Zaixs Apparel is an ongoing e-commerce project. Website Link.

Technologies Used

  • TypeScript (5.0) : A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
  • React (19.0) : A JavaScript library for building user interfaces, maintained by Facebook and a community of individual developers and companies.
  • Next.js (15.1.7) : A React framework for production, providing hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.
  • Tailwind CSS (3.4.1) : A utility-first CSS framework packed with classes like flex, pt-4, text-center, and rotate-90 that can be composed to build any design, directly in your markup.
  • Prisma : A next-generation ORM for Node.js and TypeScript that helps you build faster and make fewer errors.
  • Supabase : An open-source Firebase alternative that provides all the backend services you need to build a product.
  • Shadcn-UI : A component library for building accessible and customizable UI components.

Installation

  1. First, clone the repository:
    git clone https://github.com/komaraip/zaixs-apparel.git
  2. Install the dependencies:
    npm install
  3. Run the development server:
    npm run dev
  4. Open http://localhost:3000 with your browser to see the result.