Repository of the e-commerce project built with modern technologies for an interactive and secure experience.
- React + Next.js 13: Interactive UI with server-side rendering.
- Next Auth: OAuth-based authentication.
- Postgres + Prisma: Relational database with ORM.
- shadcn/ui + Tailwind CSS: Modern UI and efficient styling.
- Stripe API: Secure online payments.
- Google Login
- Category-based navigation
- Product discounts
- Cart management
- Secure payment via Stripe
Check out the design on Figma.
- Fork the repository.
- Create a branch:
git checkout -b my-contribution
- Implement improvements and add descriptive commits.
- Submit a pull request to the
main
branch.