https://github.com/indraxyz/product-management
Product Management : NextJs, Typescript, Tailwind, react-bootstrap, react-icons
https://github.com/indraxyz/product-management
bootstrap nextjs tailwindcss
Last synced: 3 months ago
JSON representation
Product Management : NextJs, Typescript, Tailwind, react-bootstrap, react-icons
- Host: GitHub
- URL: https://github.com/indraxyz/product-management
- Owner: indraxyz
- Created: 2025-02-21T11:32:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T07:09:08.000Z (over 1 year ago)
- Last Synced: 2026-04-17T00:33:36.217Z (3 months ago)
- Topics: bootstrap, nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://manage-product-kappa.vercel.app/product
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Manajemen data produk
## Tech stacks
- typescript
- nextjs
- bootstrap
- tailwind
- react-icons
## Features
Responsive Ui (dekstop-mobile)
state : react hooks (useState), ♻️📌redux
Manage Product :
list products (card), ♻️paginate, multiple selected data
form add & edit product with inputs ♻️validation (formik validation, yup schema builder),
delete product with confirmation
♻️ detail product
menu :
search products, reset searchs
♻️ sorting products
♻️ filter by column
deletes confirmation
notif after action (toast)
♻️📌component base, module aliases
rest api : ♻️react-query
run local
deploy production: VERCEL
## how to run locally
REQUIRED Node.js installed
Copy/download project folder from github
extract .zip (if download from github)
Open cmd/terminal, change to the project directory
Install package via terminal/cmd with “npm install”
Run project with “npm run dev”
project running at url “localhost:3000”