This is a demo of Barkin (parking management) working as offline-first app.
-
CRUD drivers -
Array of vehicles -
Full-text search in IndexedDB - Adding global state (RTK)
- Gate entry/exit
- Export report in PDF/Spreadsheet
First, install the dependencies:
npm i
# or
yarn
# or
pnpm i
# or
bun install
After, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.