https://github.com/aulianza/fdn-next4
https://github.com/aulianza/fdn-next4
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aulianza/fdn-next4
- Owner: aulianza
- Created: 2023-11-08T14:58:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-08T15:18:27.000Z (over 1 year ago)
- Last Synced: 2025-01-27T07:28:13.005Z (3 months ago)
- Language: JavaScript
- Size: 36.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js 4.2.1
### Feature
Available:
- Login
- Get Product List
- Add New Product
- Filter Product ListMinus:
- Detail Product
- Edit & Delete Product### Potential Improvement
Since the time I had to complete this task is quite short to finish everything, there is some features was not developed. if there is more time, things that can be improved include adding a few minus features, and also improving some of the user interface.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.