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: 2 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T04:40:24.000Z (2 months ago)
- Last Synced: 2025-03-14T05:28:07.844Z (2 months ago)
- Topics: bootstrap, nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://manage-product-kappa.vercel.app/product
- Size: 87.9 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-queryrun 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”