Skip to content

A modern clothing store web app developed with React and React Router DOM, created to practice React and e-commerce development.

Notifications You must be signed in to change notification settings

AustejaSk/Clothing-Store-Web-App

Repository files navigation

Clothing Store Web App

A modern, responsive clothing store web app allowing users to browse, search, and filter clothing items. The app is built using React and React Router DOM with the goal of practicing e-commerce site development and React skills.

Table of Contents

  1. Overview
  2. Technologies
  3. Features
  4. Installation
  5. Usage
  6. Screenshots
  7. License

Overview

This is a work-in-progress e-commerce web app created to practice key concepts in React and React Router DOM. Users can browse a catalog of clothing items with search and filter functionality. The project is functional but still under development, with room for further improvements.

Technologies

  • React (Frontend framework)
  • React Router DOM (Client-side routing)
  • Firebase (Backend and database)
  • CSS/SCSS (Styling)
  • Vite (Development environment)

Features

  • Search & Filter: Users can search for clothing items and apply category filters.
  • Favorites: Mark items as favorites and access them on the Favorites page.
  • Dynamic Data Fetching: All products are fetched from Firebase in real-time.
  • Responsive Design: Fully responsive for mobile, tablet and desktop users.
  • Cart Functionality: Add items to the cart and manage purchases.

Installation

  1. Clone the repository:
git clone https://github.com/AustejaSk/clothing-store.git
  1. Navigate to the project directory:
cd clothing-store
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Usage

Once the development server is running, navigate to http://localhost:3000 to explore the app. Users can search for items, filter categories, add items to their cart, and mark their favorites.

Screenshots

Clothing Store Home Page

License

This project is licensed under the MIT License.

About

A modern clothing store web app developed with React and React Router DOM, created to practice React and e-commerce development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published