Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.4 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.4 KB

Dashboard and CMS Live app - https://ecommerce-dashboard-cms.vercel.app/

HomePage

Full Stack E-Commerce Frontend: Next.js 13, React, Tailwind CSS

This repository hosts the frontend component of my Ecommerce-app project. The platform showcases a diverse array of products, thoughtfully categorized and complemented by engaging billboards. Furthermore, the application seamlessly incorporates a cart feature, integrated with Stripe for efficient payment processing.

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/abishek-as/ecommerce-store

Install packages

npm i

Setup .env file,

NEXT_PUBLIC_API_URL=

Paste the backend URL in NEXT_PUBLIC_API_URL

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app

Images

Category Homepage

Dashboard

Short overview of product

Dashboard

Full overview of product

Dashboard

Cart

Dashboard