A simple, fast UI application for sparking your next project, adventure, or skill — built with React and TypeScript, powered by Vite.
🌐 Live site: https://kerrzinga.github.io/idea-generator/
- 🎲 Generate a random idea with one click
- 🗂️ Filter by category: Technology, Creative, Business, Lifestyle, Social Good, Learning
- 📋 Copy ideas to clipboard instantly
- 🌙 Automatic light / dark mode
- 📱 Fully responsive
npm install
npm run devOpen http://localhost:5173/idea-generator/ in your browser.
npm run build
npm run previewThe app is automatically deployed to GitHub Pages on every push to main via GitHub Actions (.github/workflows/deploy.yml).
To enable GitHub Pages for your fork:
- Go to Settings → Pages
- Set Source to
GitHub Actions
| Tool | Purpose |
|---|---|
| React 19 | UI framework |
| TypeScript | Type safety |
| Vite | Build tool & dev server |
| GitHub Pages | Hosting |
| GitHub Actions | CI/CD |