A responsive web application that allows users to search and explore a variety of food recipes with an intuitive and user-friendly interface.
Steps to run this website in your local machine is as follows :
- Fork this repositonary
- Save the code on your local machine you can also clone the repositionary
- Create a .env file in the root directory of the project and add the following lines:
VITE_APP_ID = "your_app_id_here"
VITE_APP_KEY = "your_app_key_here"
Make sure to replace "your_app_id_here" and "your_app_key_here" with your own values.
- Open terminal
- Enter this 2 codes in the terminal :
- npm install
- npm run dev
- Make sure you have installed node js before entering these code in the terminal