/booking-test

Create, Read, Update, and Delete bookings

Primary LanguageTypeScriptMIT LicenseMIT

Install

After that, run yarn to install package.json dependencies and yarn dev to start the development server.

yarn && yarn dev

The app should be running at http://localhost:5173.

Technical decisions
  1. Which tools were used to build this app?

    This is the stack:

    • Bundler: Vite
    • Test: Vitest + Jest + React Testing Library
    • Data management: React Query (TanStack Query)
    • Server mock: MSW