This project is a Flutter UI implementation for the ChefKart assignment.
The main focus of this task was to closely match the provided designs while keeping the UI responsive across different screen sizes.
All the data used in the application is hardcoded, as per the final assignment requirement.
The project is structured with clean, reusable widgets to keep the code readable and maintainable.
- Pixel-accurate UI based on the provided designs
- Responsive layout (mobile, tablet, and desktop)
- Clean and modular widget structure
- No API usage (hardcoded data)
- Flutter
- Dart