Moon Sushi is a web site for a concept sushi restaurant in Longyearbyen, Svalbard. https://laktosterror.github.io/moonsushi/
- Menu Management: Users can browse a variety of sushi items, each with detailed descriptions, prices, and images.
- Cart Functionality: Add items to the cart, view the total price, and clear the cart with ease.
- Weather Information: Displays current weather data for restaurant location.
- User-Friendly Interface: Features a clean layout with responsive design.
- HTML/CSS/JavaScript: Utilizes HTML for structure, CSS for styling, and pure JavaScript for interactivity.
- Bootstrap: Implements Bootstrap for responsive design and pre-styled components.
- Asynchronous Programming: Utilizes asynchronous operations for fetching weather data.
- JSON Data Management: Manages menu items in JSON format.
- API Integration: Integrates with the Open-Meteo API for weather updates.
- Dynamic Content: Dynamically generates menu and weather information using JavaScript.
- Responsive Design: Ensures the application is accessible on various devices and screen sizes.