Skip to content

tomasohCHOM/QuizZard

Repository files navigation

QuizZard

A Quiz web application for interactive learning!

Tech Stack

QuizZard was built using the following technologies:

  • SvelteKit
  • TypeScript
  • TailwindCSS
  • Supabase (Database and Auth)

Setup / Development

Create a new Supabase project, and go to Settings > API to see your project URL and API keys.

Clone the repository and install all the dependencies:

git clone https://github.com/tomasohCHOM/QuizZard.git
cd QuizZard
npm install

Make a new .env, following the .env.example template for the keys needed to connect to Supabase:

PUBLIC_SUPABASE_URL=""
PUBLIC_SUPABASE_ANON_KEY=""

Then start the development process:

npm run dev

To build and start in production mode:

npm run build
npm run preview

Develped with 🔥 by Tomas

About

A Quiz application built for interactive learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published