Skip to content

rxxddy/shtrupopskii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shtrupopskii

Shtrupopskii is a React and Tailwind CSS based storefront for limited–edition streetwear and the upcoming SKRØP watch line.

Features

  • 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

Tech Stack

Getting Started

  1. Install dependencies
    npm install
  2. Run the development server
    npm start
    The app is available at http://localhost:3000 and will reload on changes.
  3. Run tests
    npm test
  4. Create a production build
    npm run build

Project Structure

├── public/          # Static assets
├── src/
│   ├── components/  # Reusable React components
│   ├── data/        # Product data
│   ├── pages/       # Route components
│   └── ...
├── package.json
└── tailwind.config.js

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published