A search engine application that uses AI to help students discover relevant AI tools for their career development needs.
├── 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