This project is a restaurant landing page consisting of several sections: home, welcome, why choose us, menu, recipe search and footer.
The recipe section leverages an external public API called "Low Carb Recipes". A user can filter out recipes by providing a recipe name, tag(dietary preference) and ingredient to exclude.
Here's how to have the project up and running:
copy ssh
git clone phase-1-restaurant-landing-page
cd phase-1-restaurant-landing-page
open using an editor e.g., vs code: code .
open index.html using your favorite browser
If you have any feedback, please reach out to me at [email protected]
The site is live at:
https://githinjisamson1.github.io/phase-1-project-restaurant-landing-page/
- Live previews
- Recipe Search
- Toggle different menus
- Add menu item to cart
Client: HTML |CSS |JS