A pixel-perfect React app with 4 screens: Landing, Sign Up, Login, and Account Settings.
- React 18 + Vite
- React Router v6
- CSS (no Tailwind — pure custom CSS for pixel accuracy)
- localStorage for user persistence
npm install
npm run dev- Push this folder to a GitHub repository
- Go to https://vercel.com → New Project
- Import your GitHub repo
- Vercel auto-detects Vite — click Deploy
Done! Your app will be live in ~30 seconds.