Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.84 KB

File metadata and controls

38 lines (26 loc) · 1.84 KB

Next React TailwindCSS


Hackathon Idea Generator

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!

image

Features

  • 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.

Technologies Included

Programming Languages

  • JavaScript, Python, Java, TypeScript, C++

Databases

  • PostgreSQL, MongoDB, MySQL, SQLite, Firebase

APIs

  • PokeAPI, OpenWeatherMap, NASA APOD, REST Countries, Random User Generator, The Dog API, Cat Facts, JSONPlaceholder, TMDB, CoinGecko

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run the development server: npm run dev
  4. Open http://localhost:3000 with your browser to see the result.