Skip to content

Rocker-Mitchell/aspect-quiz-analyzer

Repository files navigation

Aspect Quiz Analyzer

A web app to solve and analyze results from answers for the Aspect quiz of the Extended Zodiac test. Built with SvelteKit, Tailwind CSS, and D3.

Local Setup

Once dependencies are installed with npm install, start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Changes can be formatted, linted, checked, and tested:

npm run format
npm run lint
npm run check
npm run test