https://github.com/s-ayanide/repoint
A template to build e-commerce application with certain code principles and bolierplate
https://github.com/s-ayanide/repoint
Last synced: about 2 months ago
JSON representation
A template to build e-commerce application with certain code principles and bolierplate
- Host: GitHub
- URL: https://github.com/s-ayanide/repoint
- Owner: S-ayanide
- License: mit
- Created: 2022-11-19T13:17:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T11:01:06.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T19:09:11.244Z (over 1 year ago)
- Language: TypeScript
- Homepage: repoint.vercel.app
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Repoint
https://repoint-1n2d7h639-s-ayanide.vercel.app
👉 If you like this repo then please give it a ⭐️

Repoint is an elegant and sophisticated ecommerce application hosted on GitHub, dedicated to providing an exquisite collection of luxury watches for enthusiasts and connoisseurs. This platform allows users to effortlessly browse through a curated selection of high-end timepieces, shortlist their favorites, and securely complete their purchase using Stripe integration for seamless and secure transactions. The application offers a seamless and visually appealing user interface, ensuring an enjoyable shopping experience for watch enthusiasts seeking the epitome of style and craftsmanship.
## External Dependencies
* Sanity
* Stripe
* Canvas Confetti
## Required ENVs
```json
NEXT_PUBLIC_PROJECT_ID=
NEXT_PUBLIC_SANITY_TOKEN=
NEXT_PUBLIC_SANITY_API_VERSION=
NEXT_PUBLIC_SANITY_DATASET=production
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
NEXT_PUBLIC_STRIPE_SECRET_KEY=
```