A small personal website built with React and Vite that doubles as a mini scavenger hunt. Visitors land on a playful profile page, discover hints, unlock a password screen, and eventually reach a hidden “secret” page.
- React (SPA)
- React Router (
react-router-dom) - Vite
- CSS modules for styling (
App.css,Password.css,Secret.css,index.css)
-
Clone the repo:
git clone https://github.com/AmericanSpirit38/p-w-cool.git cd p-w-cool -
Install dependencies:
npm install
-
Start the dev server:
npm run dev
-
Open the URL printed in the terminal (usually
http://localhost:5173for Vite).
- Open the site and land on the home page.
- Click the lock to reach the password page.
- Figure out the password (currently
"Bratislava") and submit it. - Enjoy the animated secret page as a reward.
- Personal site & scavenger hunt by by AmericanSpirit38