Die-ATE Planner is an innovative web application designed to assist users in planning personalized diets based on their preferences and nutritional goals. The application leverages Generative AI to provide customized diet plans tailored to individual needs.
- Personalized Diet Plans: Generate custom meal suggestions based on user preferences.
- AI-Powered Recommendations: Use Generative AI to analyze dietary needs and suggest optimal plans.
- User-Friendly Interface: Intuitive design for seamless navigation and interaction.
- Responsive Design: Ensures optimal experience across all devices.
- Vite: Blazing fast build tool for modern web projects.
- React: Component-based frontend library.
- TypeScript: Strongly-typed JavaScript for safer and scalable code.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Aceternity UI: Modern and customizable component library.
Die-ATE-Planner/
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable components
│ ├── pages/ # Application pages
│ ├── assets/ # Images, icons, etc.
│ ├── styles/ # Custom Tailwind CSS configurations
│ ├── utils/ # Helper functions and utilities
│ └── App.tsx # Main application component
├── package.json # Project metadata and dependencies
├── tailwind.config.js # Tailwind CSS configuration
└── vite.config.ts # Vite configuration
To run this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/vishalbarai007/DIE-ATE-Planner.git cd DIE-ATE-Planner
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Open in Browser: Visit http://localhost:5173 to view the application.
To build the project for production:
npm run build
The optimized files will be available in the dist/
folder.
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.
This project is licensed under the MIT License.