https://github.com/dino4608/temu-clone
The TEMU clone app is a project that I am using to learn and practice Next.js
https://github.com/dino4608/temu-clone
Last synced: about 2 months ago
JSON representation
The TEMU clone app is a project that I am using to learn and practice Next.js
- Host: GitHub
- URL: https://github.com/dino4608/temu-clone
- Owner: dino4608
- Created: 2025-04-05T07:43:03.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-05T08:51:45.000Z (about 2 months ago)
- Last Synced: 2025-04-05T09:18:21.725Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://temu-clone-alpha-three.vercel.app
- Size: 9.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
Here is the TEMU clone app developed with Next.js 15, React 19, Zustand 5 and Tailwind CSS 3.## Highlight
- The project uses Prisma ORM to connect Neon DB. Please type "npx prisma studio" in the terminal to access the database;
- The website is deployed on Vercel. Please check it out at https://temu-clone-alpha-three.vercel.app/;
- The metrics are tracked by Umami. The owner can follow them at https://us.umami.is/websites/39944d0e-aa9a-4d85-9da1-7efe9ed01796.#### Note:
- Neon DB is a serverless PostgreSQL solution by Vercel.