-
AI Prativa – Adding Use Cases To A Category
Adding Use Case To A Category import { Category } from '@/types'; export const categories: Category[] = [ // … other categories … { id: '9', name: 'Agriculture', slug: 'agriculture', description: 'AI for crop monitoring, yield prediction, and smart farming', icon: '๐พ', color: '#84cc16', useCases: [ { id: 'ag-1', name: 'Smart Farming Assistant', slug: 'smart-farming-assistant', // ← Add slug description: 'AI-powered chatbot that helps farmers with crop advice, season information, and farming techniques using voice and text interactions', codeLink: 'https://github.com/yourusername/smart-farming-assistant', }, { id: 'ag-2', name: 'Crop Yield Prediction', slug: 'crop-yield-prediction', description: 'Predict crop yields based on weather patterns, soil conditions,
-
AI Prativa – Next.JS Project Folder Structure Setup
Next.JS Project Folder Structure Setup ai-prativa-dashboard/ โ โโโ public/ โ โโโ icons/ โ โโโ logo.svg โ โโโ categories/ โ โโโ healthcare.svg โ โโโ finance.svg โ โโโ ecommerce.svg โ โโโ education.svg โ โโโ customer-service.svg โ โโโ transportation.svg โ โโโ manufacturing.svg โ โโโ real-estate.svg โ โโโ agriculture.svg โ โโโ energy.svg โ โโโ entertainment.svg โ โโโ legal.svg โ โโโ human-resources.svg โ โโโ hospitality.svg โ โโโ gaming.svg โ โโโ cybersecurity.svg โ โโโ supply-chain.svg โ โโโ retail.svg โ โโโ src/ โ โโโ app/ โ โ โโโ layout.tsx # Common layout (sidebar + header) for ALL pages โ โ โโโ page.tsx # Dashboard page (shows all
-

AI Prativa – Front End Designing
AI Prativa – Next.JS Project Creation admin January 6, 2026 AI Prativa – Front End Designing Read More AI Prativa – Next.JS Project Folder Structure Setup admin January 6, 2026 AI Prativa – Front End Designing Read More AI Prativa – Running Next.js Project admin January 7, 2026 AI Prativa – Front End Designing Read More

