Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 956 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 956 Bytes

Overview

This is an e-commerce app that allows users to browse products and redirect them to the official store to purchase them. The app is built with Next.js, Prisma, Zustand and Tailwind CSS.

Screenshot 2023-10-07 at 00 02 45

Features

  • Theme switching: Allows users to customize the look and feel of the app to their liking.
  • Browse products by category or keyword
  • View product details, including images, descriptions, and prices
  • Redirect users to the official store to purchase products

Getting Started

To get started, clone the repo and install the dependencies:

git clone https://github.com/DariusLukasukas/goods.git
cd ecommerce-app
npm install

Once the dependencies are installed, you can start the development server:

npm run dev

The app will be running on localhost:3000.