- This app uses the Spoonacular API to fetch recipes.
- Homepage conatins popular and trending recipes with regular updates.
- Search for any recipes.
- View the instructions and ingredients of any recipe.
- Clone this repository by
git clone https://github.com/mwasikz/delicieux-recipe-finder.git
- Install the dependencies using
npm install
- Run
npm start