Skip to content

pedroramos17/reservation-management-system

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages