This app allows you to search for food and get a list of related food item. When a food item is selected, the app will give you details, such as ingredients and recipes.
- Clone the project
- Make sure you have Node.js installed on your device. If not, install Node.js from https://nodejs.org/en before proceeding further
- Open the project in VS Code
- Open a terminal and install the required dependencies for the project using the following command
npm install
- Now, use the following command to run the project
npm run dev
- Open the project in VS Code
- Open the terminal and use the following command to run the project
npm run dev
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh