Restaurant Site Project with GatsbyJS-16
--
Welcome to part-16 of the series. You can find part-15 here.
In the previous part we had done all the changes to implement snipcart. So, let’s start to add ecommerce feature to our site by snipcart.
Let’s signup for https://snipcart.com/ for which you only require an email address, if you only want to test.
Once, you signup you will be taken to the dashboard screen.
Rest of the chapter is exclusive content and will be in my upcoming book Gatsby Cookbook. You can find more details about it here.
Now, if we click on the Order button it will add the item in our cart.
I am pushing this code to github for the automatic deployment to netlify at https://restaurant-bangalore.netlify.app
This completes part-16 of the series. You can find part-17 here.
You can find the code for the project in this github repo.