/audiophile

A React 18 and Tailwind CSS e-commerce application leveraging React Router DOM v6, Hero Icons, and SASS for dynamic product management, shopping cart state, and checkout flows.

Primary LanguageJavaScript

This is a fully functional e-commerce website built with React and styled using Tailwind CSS. The application includes core functionalities such as product listing, shopping cart management, and a checkout process.

Major Functions

Product Listing: Displays a list of available products with details such as price, description, and image. Shopping Cart: Allows users to add, remove, and update products in the cart.

Checkout Process: Facilitates the user in reviewing their cart and proceeding to checkout. Dependencies

React: A JavaScript library for building user interfaces. Tailwind CSS: A utility-first CSS framework for styling. React Router: For routing and navigation.

Build/Deploy Instructions To run this project locally, follow these steps:

Clone the repository:

git clone <repository-url>

Navigate into the project directory:

cd <project-directory>

Install dependencies:

npm install Run the development server:

npm start

The application will be available at http://localhost:3000.