https://github.com/agi-ceo/mvp-idea-generator
https://github.com/agi-ceo/mvp-idea-generator
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agi-ceo/mvp-idea-generator
- Owner: AGI-CEO
- License: mit
- Created: 2023-10-18T21:49:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T01:18:01.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T19:29:10.768Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MVP-Idea-Generator
## MVP-Idea-Generator
This repository contains a simple frontend web application that generates MVP (Minimum Viable Product) ideas for junior software engineers.
### How it works
The web application contains a form that asks the user about their skill level, their interests/hobbies, and their dislikes. This information is used to generate 3 MVP ideas that are tailored to the user's requirements.
The generation of ideas is done through an API call to an existing AI logic. Once the request is returned, a new DOM (Document Object Model) element is created beneath the form, showcasing the 3 ideas.
### How to use
1. Fill in the form with your skill level, interests/hobbies, and dislikes.
2. Click the 'Generate' button.
3. Wait for the AI to generate 3 MVP ideas based on your input.
4. The ideas will be displayed beneath the form.### Contribution
Feel free to contribute to this project by creating a pull request or opening an issue.
### License
This project is licensed under the MIT License.