- It contains a search component
- When the user enters a recipe name or ingredient, it fetches and displays all the recipes associated with the ingredient or dish
- Download and install IDE like VScode Click here to download VSCode
- Download and install Nodejs Click here to download Nodejs
- Add the path of nodejs to the environment variables
- Fork or Download the repository
- Open two terminals one for frontend and other for backend
$ node -v
$ npm install <required dependencies>
$ npm start