A simple Next.js app that uses the Gemini AI model to generate a comprehensive README.md file based on user input.
- Clone the repository
- Install the dependencies by running
npm install
oryarn install
- Start the development server by running
npm run dev
oryarn dev
- Open your web browser and navigate to
http://localhost:3000
- The user inputs their project title, description, tech stack, features, requirements, and license information into the form.
- The app sends a request to the Gemini AI model with the user input.
- The Gemini AI model generates a comprehensive README.md file based on the user input.
- The app displays the generated README.md file to the user.
- Next.js
- Gemini AI model
- Tailwind CSS
This project is licensed under the MIT License. See the LICENSE file for details.