A random quote generator featuring Scott Vogel's iconic stage banter. This project showcases a collection of "Vogelisms" - the memorable quotes and stage banter from Terror vocalist Scott Vogel.
- Random quote generation
- Keyboard shortcut (spacebar) for new quotes
- Permalink system using Roman numerals
- Mobile-friendly design
- Clean, minimalist interface
- React
- Vite
- Tailwind CSS
- JavaScript
To run the project locally:
# Install dependencies
npm install
# Start development server
npm run dev
To build for production:
npm run build
This site is configured for deployment on Netlify with the appropriate redirects for client-side routing.
Feel free to contribute by adding more Vogelisms to the quotes collection!
- Fork the repository
- Add your quotes to
src/data/quotes.json
- Submit a pull request
MIT