AI Tools Directory for Students

A search engine application that uses AI to help students discover relevant AI tools for their career development needs.

Features

  • AI-powered search to match student needs with appropriate tools
  • Categorized directory of AI tools for various purposes:
    • Resume editing and optimization
    • Coffee chat tracking and networking
    • Interview preparation and practice
    • And more...
  • Detailed information about each tool including features, pricing, and direct links

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema setup
│   │   └── queries.ts       # Database query functions
│   ├── routes/
│   │   └── api.ts           # API routes for search and recommendations
│   └── index.ts             # Main backend entry point
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main application component
│   │   ├── SearchBar.tsx    # Search interface component
│   │   ├── ToolCard.tsx     # Tool display component
│   │   └── CategoryFilter.tsx # Category filtering component
│   ├── index.html           # Main HTML template
│   └── index.tsx            # Frontend entry point
└── shared/
    └── types.ts             # Shared type definitions

How to Use

  1. Enter a search query describing what you need help with
  2. Browse the AI-recommended tools that match your requirements
  3. Filter results by category if needed
  4. Click on a tool to learn more and access it directly

Technology Stack

  • Frontend: React with Tailwind CSS
  • Backend: Hono API framework
  • AI: OpenAI for query understanding and tool recommendations
  • Database: SQLite for tool information storage