I built this to learn more about Gatsby (pros and cons) as well as how different parts of a JAMStack app fit together
- The index page has an editable list of slicemasters (employees) and pies available by the slice in a fictional pizzeria
- The Pizzas page is filterable by ingredient (one at a time right now), and displays a leaf if all the ingredients are vegetarian
- The slicemasters page is paginated to display 3 at a time
- The orders page takes your name and email, as well as your order, and sends an email detailing the order (currently does not work as I need to migrate to a real transactional email service which costs money)
- [ReactJS] - React is an open-source, front end, JavaScript library for building user interfaces or UI components
- [Gatsby] - A React-based open source framework with performance, scalability and security built-in
- [Sanity] - Sanity is the fastest, most flexible platform for delivering content to digital devices and products.
- [Netlify] - Deploy modern static websites with Netlify. Get CDN, Continuous deployment, 1-click HTTPS, and all the services you need
Navigate to the live site here