A smart project idea generator designed for the Software Engineering club. This tool helps students overcome creative blocks by generating tailored project concepts based on popular technologies, databases, and APIs. Now live!
- Intelligent Tech Pairing: Generates ideas specifically tailored to the selected technology (e.g., "Build a Pokedex" for PokeAPI vs "Build a Real-time Chat" for Firebase).
- Curated Technology List: Includes the top 5 programming languages, top 5 databases, and top 10 free APIs for students.
- Context-Aware Suggestions: Nouns and project descriptions are dynamically mapped to fit the chosen tech stack, ensuring every idea makes sense.
- Instant Inspiration: One-click generation for rapid brainstorming during hackathons or coding sessions.
- JavaScript, Python, Java, TypeScript, C++
- PostgreSQL, MongoDB, MySQL, SQLite, Firebase
- PokeAPI, OpenWeatherMap, NASA APOD, REST Countries, Random User Generator, The Dog API, Cat Facts, JSONPlaceholder, TMDB, CoinGecko
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev - Open http://localhost:3000 with your browser to see the result.
