A fun and interactive website that convinces users to embark on a journey to Mars through a playful survey and personalized responses generated using OpenAI's GPT-4.
- Interactive multiple-choice survey about Mars interests and concerns
- Humorous and personalized responses using GPT-4
- Animated transitions and engaging UI
- Responsive design for all devices
Before running this project, you'll need:
- Node.js 18+ installed
- An OpenAI API key
- Clone the repository
- Install dependencies:
npm install- Create a
.envfile in the root directory and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here
- Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Next.js 14
- TypeScript
- Tailwind CSS
- Framer Motion
- OpenAI GPT-4
Feel free to submit issues and enhancement requests!