A web application to search and explore pesticides with detailed toxicity, regulatory, and environmental data.
Live Site: https://pesticide-db.vercel.app/
Pesticide Database Explorer provides an accessible interface to browse comprehensive pesticide information. The database contains detailed records for over 2,700 pesticides, including:
- Chemical identifiers: CAS numbers, SMILES notation, InChI keys, IUPAC names
- Molecular properties: Molecular formula, molecular mass
- Regulatory status: GB (Great Britain) and EU approval status
- Toxicity data: Environmental and health-related toxicity information
- Mode of action: How each pesticide works
- Search: Find pesticides by name, CAS number, SMILES, or keywords
- Filter: Filter results by regulatory status (GB/EU), or by availability of CAS/SMILES data
- Detailed views: View complete information for each pesticide including toxicity profiles
- Export: Download filtered data in CSV or JSON format
- Framework: Next.js 14
- Styling: Tailwind CSS
- Language: TypeScript
- Deployment: Vercel
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm buildFor educational and research purposes.