ShopWave is an e-commerce furniture website where customers can easily view product details and add products to their cart. Users need to log in to add products to the cart, and they can also delete items from the cart. The website includes an admin dashboard that allows the admin to manage products and customers.
Visit the live website: ShopWave
- Browse and view detailed information about furniture products.
- User authentication and login system.
- Add products to the cart and remove them.
- Admin dashboard for managing products and customers.
- Built using React, Tailwind CSS, and other technologies.
- React
- Tailwind CSS
- Daisy UI
- @tanstack/react-query
- Axios
- Firebase
- Lottie React
- React Hook Form
- React Icons
- React Router DOM
- React Spinners
- React Tooltip
- SweetAlert2
- Clone the repository:
git clone https://github.com/your-username/shopwave.git - Navigate to the project directory:
cd shopwave - Install dependencies:
npm install - Run the development server:
npm run dev - Open your browser and visit:
http://localhost:3000