Online Shopping for Men
This product is an online shopping application that is built using Next.js and Firebase. It offers various features such as authentication, wishlist items, adding items to the cart, sorting and filtering items, and real-time updates. This documentation will provide a guide on how to install and use the theme.
To install the online shopping application, follow the steps below:
git clone <repository_url>
npm install
or
yarn install
.env.local
file in the root directory and add the following variables:NEXT_PUBLIC_FIREBASE_API_KEY=<your_firebase_api_key>
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=<your_firebase_auth_domain>
NEXT_PUBLIC_FIREBASE_PROJECT_ID=<your_firebase_project_id>
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=<your_firebase_storage_bucket>
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=<your_firebase_messaging_sender_id>
NEXT_PUBLIC_FIREBASE_APP_ID=<your_firebase_app_id>
npm run dev
or
yarn dev
http://localhost:3000
to access the application.This online shopping application is built using Next.js and Firebase, providing various features such as authentication, wishlist functionality, shopping cart management, sorting and filtering of items, and real-time updates. The installation guide provided above can help users set up and use the application effectively.