https://github.com/jeffrey-zang/hackathon-idea-generator
Website that generates hackathon project ideas based on a prompt using OpenAI API
https://github.com/jeffrey-zang/hackathon-idea-generator
javascript nextjs openai
Last synced: about 2 months ago
JSON representation
Website that generates hackathon project ideas based on a prompt using OpenAI API
- Host: GitHub
- URL: https://github.com/jeffrey-zang/hackathon-idea-generator
- Owner: jeffrey-zang
- Created: 2022-12-23T15:36:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T16:08:52.000Z (over 1 year ago)
- Last Synced: 2025-04-05T04:51:15.368Z (2 months ago)
- Topics: javascript, nextjs, openai
- Language: JavaScript
- Homepage: https://helpineedideas.vercel.app/
- Size: 79.1 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackathon Idea Generator
[Website](https://helpineedideas.vercel.app/) that generates a hackathon or programming project when given a theme.### How it works
1. React, NextJS, and HTML/CSS render the UI
2. User inputs the theme
3. Gets fed into OpenAI's API, with `text-curie-001` model
4. Text size is limited to 400 tokens or ~1600 characters
5. Idea is returned and rendered onto frontend with use of React Hooks### Stuff I used
- React/NextJS
- OpenAI API
- JavaScript
- HTML/CSS
- Vercel for deployment
- Logo: Lamp icons created by AB Design - Flaticon
- [Typewriter-Effect](https://github.com/tameemsafi/typewriterjs)