Skip to content

Arko298/Urban-Styles

 
 

Repository files navigation

Urban Styles - E-Commerce Website

Urban Styles is a modern, responsive e-commerce website built with React. This project offers users an intuitive shopping experience for clothing and fashion-related products, including search functionality, cart management, and user authentication.

Features

  • πŸ“± Responsive Design: Works seamlessly on both desktop and mobile devices.
  • πŸ” Search Functionality: Allows users to search for products quickly.
  • πŸ›’ Cart Management: Users can add/remove items from the shopping cart.
  • πŸ§‘β€πŸ’» User Authentication: Login and profile features for managing orders.
  • πŸ“¦ Product Collections: Organized categories of products.
  • 🌐 Dynamic Routing: Each product and page has its own route.

Getting Started

Follow these instructions to set up the project on your local machine.

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd urban-styles
  2. Install dependencies: npm install

  3. Start the development server: npm run dev

Project Structure

urban-styles/
β”œβ”€β”€ public/ # Public files like favicon, index.html
β”œβ”€β”€ src/ # Main application code
β”‚ β”œβ”€β”€ assets/ # Images, icons, and assets
β”‚ β”œβ”€β”€ components/ # Reusable components (Navbar, Footer, etc.)
β”‚ β”œβ”€β”€ context/ # Context API setup (ShopContext)
β”‚ β”œβ”€β”€ pages/ # Pages like Home, Collection, Contact, etc.
β”‚ β”œβ”€β”€ App.js # Main component
β”‚ β”œβ”€β”€ main.jsx # React DOM render
β”‚ └── ... # Other configs and files
β”œβ”€β”€ package.json # Project metadata and dependencies
β”œβ”€β”€ postcss.config.js # PostCSS configuration
β”œβ”€β”€ tailwind.config.js # Tailwind CSS configuration
└── README.md # Project documentation (this file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%