/pasta-quiz

Pasta shape quiz built with React, Next.js, React Query, TypeScript, Supabase and TailwindCSS.

Primary LanguageTypeScript

Pasta Quiz

Quiz application featuring:

✅ SSG (Static Site Generation) with Next.js and React Query
✅ strict typing with TypeScript and zod
✅ scalable feature-based project structure

React Next JS React Query Typescript Supabase TailwindCSS Vercel

Status

Status Website

Available on https://pasta.kfirfitousi.com.

Development

To connect with Supabase, create a .env.local file in the project root directory and configure the Supabase URL and anon key:

NEXT_PUBLIC_SUPABASE_URL=<your_supabase_url>
NEXT_PUBLIC_SUPABASE_ANON_KEY=<your_anon_key>

To run the development server, use the following command:

npm run dev
# or
yarn dev

Then open http://localhost:3000 with your browser.