A simple web app that helps generate creative game ideas using AI. This is one of my first React projects with AI integration as I'm practicing my development skills!
- Fill out a form with your game preferences (genre, platform, budget, etc.)
- Get AI-generated game concepts with detailed descriptions
- Export your favorite ideas as PDF documents
- Clean, responsive design that works on mobile
- React with TypeScript
- Tailwind CSS for styling
- Vite for development
- Supabase for database (still setting up!)
# Install dependencies
npm install
# Start the development server
npm run devYou'll need to create a .env.local file with your Supabase credentials (copy from .env template).
- ✅ Basic form and UI working
- ✅ Mock game ideas generation
- ✅ PDF export functionality
- 🔄 Working on real AI integration
- 📋 Planning to add user accounts
- How to structure a React project
- Using TypeScript for better code
- Responsive design with Tailwind
- Working with environment variables
- Basic Git workflow
This project helped me understand how modern web apps work and gave me hands-on experience with popular tools and frameworks.
I'm always looking to learn from other developers and improve this project. If you're interested in contributing or collaborating:
- Beginners welcome! - If you're also learning React/TypeScript, let's figure things out together
- Experienced devs - I'd love feedback on code structure, best practices, or suggestions for improvements
- Designers - Help make the UI even better or suggest UX improvements
- Game developers - Ideas for better game concept generation or additional features
- Report bugs or suggest features by opening an issue
- Submit pull requests for improvements
- Share ideas for new features or better AI prompts
- Help with documentation or setup guides
Feel free to reach out if you want to collaborate or just chat about the project!
Built with help from various tutorials and documentation. Special thanks to the React and Tailwind communities for great learning resources!