Subsational Subs
Project Summary
Similar to the Flavour Town Subs project, Subsational Subs is a class portfolio project that also simulates the restaurant ordering process. Customers can browse the menu, select items, and submit orders. Data is sent through GET and POST requests to a class-provided API. The project also includes a Leaflet.js map for the location and contact details.
What I’ve Learned
This project was about learning how to code GET and POST requests to an API. Using HTML and CSS to build the frontend of this application and JavaScript for the backend. A class-provided API was used to get menu items and handle order submissions. I learned how to structure GET and POST request properly and how to manage API responses. Additionally, this project gave me more experience working with external data sources.