This is a modern, interactive React web application where users can answer psychology-style questions to discover their digital personality.
- Dynamic Theming: The app changes colors (via CSS Variables) instantly when a personality is assigned.
- Micro-Animations: Fluid transitions, glassmorphism UI, and highly aesthetic design choices.
- Local Storage Comparison: Users can take the test, save the result to their browser, and see a list of records to compare with friends.
- Make sure you have Node.js installed.
- Open your terminal in this directory (
personality-lab). - Run
npm installto install React and Vite dependencies. - Run
npm run devto start the development server. - Open the displayed
localhostURL in your browser.
Note: This scaffold was created completely from scratch without needing create-vite as npx was not available in your command line context.