A responsive e-commerce site built with Next.js and modern web technologies like TypeScript, Tailwind CSS, Material-UI, and more. Explore the store page and experience smooth performance, elegant design, and advanced features.
🌐 Live Demo: Fractal Ecommerce
- Modern UI: Built with Tailwind CSS and Material-UI.
- Animation: Powered by Framer Motion for a seamless experience.
- Authentication: Integrated with Clerk for secure user management.
- Optimized Performance: Server-side rendering with Next.js 14.
- Next.js
- TypeScript
- Tailwind CSS
- Material-UI
- Cypress (Testing)
- Framer Motion (Animations)
- ShadCN/UI
Follow these steps to set up the project locally:
- Node.js installed on your machine.
- A package manager like
npm,yarn, orpnpm.
-
Clone the repository:
git clone https://github.com/Mr-Rafiqul-Islam/ecommerce-fractal.git cd ecommerce-fractal -
Install dependencies:
npm install or yarn install
-
Run the development server:
npm run dev or yarn dev
-
Open your browser and navigate to: http://localhost:3000
🧪 Testing Run tests using Cypress:
npm run test