https://github.com/punyakrit/ez-projects-ideas
Generate Project Ideas with help of AI as per your Tech Stack
https://github.com/punyakrit/ez-projects-ideas
gemini genai mongo nextauthjs nextjs tailwindcss
Last synced: 4 months ago
JSON representation
Generate Project Ideas with help of AI as per your Tech Stack
- Host: GitHub
- URL: https://github.com/punyakrit/ez-projects-ideas
- Owner: punyakrit
- Created: 2024-07-12T16:08:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T19:13:09.000Z (11 months ago)
- Last Synced: 2025-01-29T09:51:15.492Z (5 months ago)
- Topics: gemini, genai, mongo, nextauthjs, nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://ez-projects-ideas.vercel.app
- Size: 234 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ez Project Ideas
Project Ideas a web application that generates project ideas based on selected technologies and user preferences. It utilizes AI to generate project concepts tailored to specific skill sets and market needs.
## Features
- **Skill Selection**: Choose from a variety of programming languages, frameworks, AI/ML technologies, and more.
- **AI-Driven Idea Generation**: Utilizes AI to generate project ideas based on selected technologies and market analysis.
- **Interactive UI**: Simple and intuitive user interface powered by React and integrated with @shadcn/ui components.## Technologies Used
- **Frontend**: NextJs, @shadcn/ui components
- **Backend**: Integrated with a custom AI model for idea generation
- **APIs**: Utilizes a backend API for handling AI model requests
- **Languages**: TypeScript
- **Authentication**: NextAuthJs- **Database**: MongoDB
## Getting Started
To run this project locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/punyakrit/Ez-projects-ideas.git
cd Project
2. **Install dependencies:**:
```bash
npm install
3. **IRun the development server:**:
```bash
npm run dev4. Open your browser and navigate to http://localhost:3000 to view the app.