This is a Next.js project bootstrapped with create-next-app
.
First clone the github repo:
git clone https://github.com/Sahitya777/assignment.git
Install the packages and dependency:
yarn install
# or
npm install
After that to run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Getting Started
Order Page (can add items and view the overall payment summary)
After Placing order the users proceeds to the payment page
Click on proceed to pay for payment (Razorpay payment gateway opens on clicking the button with the total amount to be paid)
After successfull payment this popup opens
Redirection to summary page