Skip to content

tomcruzana/Ai-chef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Ai-chef

Ai-chef is a modern React-based web app that helps you cook smarter using AI! Just enter a few ingredients you have on hand, and the AI will whip up a recipe suggestion for you. Built to showcase core React concepts and powered by Mystral AI, it offers a dynamic and interactive user experience.

⚙️ Features

  • Reusable JSX components
  • Event handling for responsive UI
  • HTTP requests to fetch AI-powered recipes
  • State management using useState
  • useRef for DOM manipulation and state persistence
  • Form handling to input ingredients or preferences
  • Mystral AI integration for smart recipe generation

🛠️ Built With

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Docker Instructions

Build the Docker Image

docker build -t ai-chef

Run Docker container on port 5000

docker run -p 5000:5000 ai-chef

About

A React app where you provide ingredients, and AI creates recipes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published