Responsive product carousel with shopping cart functionality built with React and TypeScript.
🔗 Live Demo: https://gameloft-tets-task.netlify.app/
- React 19.2.0 - UI library with latest features
- TypeScript 5.9.3 - Type-safe development
- Vite 7.2.2 - Fast build tool and dev server
- Tailwind CSS 4.1.17 - Utility-first CSS framework
- @tailwindcss/vite - Vite integration for Tailwind
- CSS Modules - Scoped component styling
- ESLint 9.39.1 - Code linting
- Prettier 3.6.2 - Code formatting
- TypeScript ESLint - TypeScript-specific linting rules
- Node.js 20+
- npm, yarn, or pnpm
# Clone the repository
git clone <your-repo-url>
# Install dependencies
npm install
# Start development server
npm run devnpm run dev # Start development server
npm run build # Build for production
npm run preview # Preview production build
npm run lint # Run ESLint