Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabohax/bbox
Lightning-based Virtual Store Template
https://github.com/fabohax/bbox
bitcoin lightning nextjs shop typescript
Last synced: 11 days ago
JSON representation
Lightning-based Virtual Store Template
- Host: GitHub
- URL: https://github.com/fabohax/bbox
- Owner: fabohax
- Created: 2023-05-30T19:22:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T03:34:04.000Z (7 months ago)
- Last Synced: 2025-01-04T21:39:27.583Z (11 days ago)
- Topics: bitcoin, lightning, nextjs, shop, typescript
- Language: HTML
- Homepage: https://bbbox.vercel.app
- Size: 36.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BITBOX - NextJS Bitcoin Lightning Shop Template
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:
1. Clone the repository: `git clone https://github.com/fabohax/bitbox.git`
2. Navigate to the project directory: `cd bitbox`
3. Install dependencies: `npm install`
4. Start the development server: `npm run dev`
5. Open your browser and visit `http://localhost:3000` to access the app.