Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 669 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 669 Bytes

Demo Barkin

This is a demo of Barkin (parking management) working as offline-first app.

click here to check it out

Features

  • CRUD drivers
  • Array of vehicles
  • Full-text search in IndexedDB
  • Adding global state (RTK)
  • Gate entry/exit
  • Export report in PDF/Spreadsheet

Getting Started

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.