This is a Next.js project bootstrapped with create-next-app.

Getting Started

install and run the project on development server:

npm install
npm run dev

Library of choices

  • NextJS with Typescript.
  • SWR for data fetching.
  • zustand for state management.
  • TailwindCSS for stylinng.
  • Playwright for e2e testing.