https://github.com/streamlined2/ui-base-app-next
https://github.com/streamlined2/ui-base-app-next
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamlined2/ui-base-app-next
- Owner: streamlined2
- Created: 2024-05-02T18:52:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T20:55:15.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:25:00.184Z (11 months ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# theGame-next-ui
Перелік компонентів застосунку
- перегляд списку записів основної сутності src/app/components/PersonListView.jsx
- форма редагування основної сутності src/app/components/PersonEditor.jsx
- кнопка для видалення основної сутності src/app/components/DeleteButton.jsx
Основний компонент: перелік основних сутностей Person
http://localhost:3050/personListView?lang=ua
Тестові дані основної сутності та методи доступу розташовані в модулях
- src/app/data/persons.js
- src/app/data/countries.js