Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opplieam/bb-admin-ui
https://github.com/opplieam/bb-admin-ui
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/opplieam/bb-admin-ui
- Owner: opplieam
- Created: 2024-07-15T16:39:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T20:26:52.000Z (5 months ago)
- Last Synced: 2024-11-17T07:17:10.990Z (2 months ago)
- Language: TypeScript
- Size: 550 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buy Better React Admin UI
## Overview
Buy Better Admin UI is built with React using Mantine component library. Desktop first approach.
This project also contain e2e testing under `tests` directory`NOTE: This project is for learning purpose and not fully complete yet`
![img](https://github.com/opplieam/bb-admin-ui/blob/main/ss.png?raw=true)
## Development
This project require [backend](https://github.com/opplieam/bb-admin-api)
Start server with `make server-up` Then run `npm run dev`## End-to-End test
End-to-end test also required backend server
`npx playwright test --project=chromium --ui`## Dependencies
- Mantine for component UI
- React query for server state management
- React router
- Playwright for E2E test