Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 940 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 940 Bytes

Introduction

This is a fullstack procurement automation application completed with Next.js, Shadcn, AntDesign and Tailwind.

Getting Started

First, install the app dependencies:

npm install
# or
yarn

Secondly, start the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

How it looks

Dashboard

Screen.Recording.2024-06-29.at.16.46.06.mov

Create Order

There are validations on the required form fields

Screen.Recording.2024-06-29.at.16.52.43.mov

Delete Order

Screen.Recording.2024-06-29.at.16.58.32.mov

Edit Order

Screen.Recording.2024-06-29.at.17.02.10.mov