This project is a recipe showcase application built with React and TypeScript, specifically designed to demonstrate the capabilities of Roo Code with image generation.
- Browse various recipes organized by category
- View detailed recipe information
- Responsive design for all devices
- Image generation capabilities powered by Roo Code
src/- Main source code directorycomponents/- Reusable UI componentspages/- Page componentsdata/- Static data files
public/- Static assets including images
- React
- TypeScript
- Vite
- CSS Modules
This application serves as the nano banana showcase, demonstrating how Roo Code can be used to generate and integrate images into a web application seamlessly.
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
This project showcases Roo Code's image generation capabilities, which are used to create and enhance recipe images throughout the application.