This template contains a NextJS-based e-commerce application for selling digital products using Bitcoin Lightning Network. The app provides a user-friendly interface to browse and purchase various items.
Features:
- Responsive design: The app is built with responsive web design principles, ensuring a seamless experience across different devices and screen sizes.
- Product listing: Users can explore a wide range of digital products available for purchase.
- Product details: Each product page provides detailed information about the item, including images, descriptions, and pricing.
- Shopping cart: Users can add products to their shopping cart and proceed to checkout.
- Language localization: The app supports multiple languages, allowing users to switch between English, Spanish, Portuguese, Turkish, and Russian.
- Contact page: A dedicated contact page is available for users to get in touch and inquire about the app or request the full source code.
To run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/fabohax/bitbox.git
- Navigate to the project directory:
cd bitbox
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
to access the app.