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.
- 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
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.