An open API service indexing awesome lists of open source software.

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

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)