Skip to content

jhemejia/Snowboard-Store

Repository files navigation

Snowboard Store

A modern e-commerce React application for snowboarding equipment and gear.

Tech Stack

  • React 19 - UI library
  • Vite - Build tool and dev server
  • Tailwind CSS - Styling with shadcn UI design system
  • Lucide React - Icons

Getting Started

Installation

npm install

Development

npm run dev

Build

npm run build

Project Structure

src/
├── components/
│   ├── NavBar.jsx          # Navigation bar with dropdown menu
│   ├── CartWidget.jsx      # Shopping cart widget
│   └── ItemListContainer.jsx # Product container component
├── lib/
│   └── utils.js            # Utility functions
└── App.jsx                 # Main application component

Features

  • Navigation bar
  • Product categories dropdown
  • Shopping cart widget

About

Resources

Stars

Watchers

Forks

Contributors