Welcome to the Jewelry Website! This is a React.js application designed to showcase a beautiful collection of jewelry pieces. Users can browse, filter, and add items to their cart for a seamless shopping experience.
- Responsive Design: The website is designed to be fully responsive, ensuring a great experience on both desktop and mobile devices.
- Product Listings: Browse a wide variety of jewelry items with detailed descriptions and images.
- Filtering Options: Users can filter products by category, price, and more.
- Shopping Cart: Add items to the cart, update quantities, and view the total price.
- Frontend:
- React.js
- React Router
- Tailwind CSS (or any other CSS framework you prefer)
- React Hot Toast (for notifications)
Make sure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Shu12388y/jewelleryWeb.git
-
Navigate to the project directory:
cd jewelry-website
- Install the dependencies:
npm install
- Start the development server:
npm start