Shtrupopskii is a React and Tailwind CSS based storefront for limited–edition streetwear and the upcoming SKRØP watch line.
- Responsive landing page with hero section and product showcase
- Watch presale form powered by Formspree
- Shopping cart with Stripe Checkout integration
- Newsletter subscription and cookie consent banner
- Component–driven architecture using React Router
- React with functional components
- Tailwind CSS for styling
- Stripe for payment processing
- Formspree for form handling
- Lucide React and Framer Motion for icons and animations
- Install dependencies
npm install
- Run the development server
The app is available at
npm start
http://localhost:3000and will reload on changes. - Run tests
npm test - Create a production build
npm run build
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable React components
│ ├── data/ # Product data
│ ├── pages/ # Route components
│ └── ...
├── package.json
└── tailwind.config.js