A modern web app for discovering and comparing software tools. Built with React and Tailwind CSS.
- Browse 13+ curated tools across 5 categories
- AI-powered recommendations
- Smart search and category filters
- Compare up to 3 tools side-by-side
- Responsive design with modern UI
# Install dependencies
npm install
# Start development server
npm run dev- React 18+
- Tailwind CSS
- Lucide React (icons)
Edit the toolsData object in ToolFinder.jsx:
{
id: 14,
name: 'Tool Name',
shortDescription: 'Brief description',
category: 'productivity',
pricing: { model: 'Freemium', tiers: [...] },
features: ['Feature 1', 'Feature 2'],
pros: ['Pro 1'],
cons: ['Con 1'],
tags: ['tag1', 'tag2'],
affiliateLink: 'https://example.com',
featured: false
}- Productivity
- Design
- Development
- Marketing
- Analytics
MIT License
Built with ❤️ using React and Tailwind CSS