Welcome to Jimmy's Diner, an online restaurant ordering system designed as a solo project for Module 5 of the Scrimba Frontend Development Program. This project allows users to browse through a menu of delicious items, add them to their cart, and complete their order securely.
- Browse through a menu of various dishes with descriptions and prices.
- Add items to the cart for easy ordering.
- View the total price of the order before completing it.
- Securely enter card details for payment processing.
- Receive a confirmation message upon successful order completion.
- HTML5
- CSS3
- JavaScript (ES6+)
- Icon Duck (for icons)
- Google Fonts
- index.html: Main HTML file containing the structure of the web page.
- index.css: CSS file containing styles for the layout and design.
- index.js: JavaScript file containing the logic for menu rendering, cart management, and order processing.
- data.js: Data.js file containing the array of data imported into javaScript.
- images/: Directory containing images used in the project.
- Clone the repository to your local machine.
- Open
index.html
in your preferred web browser. - Browse through the menu, add items to your cart, and complete your order.
- Menu data provided by the Scrimba Frontend Development Program.
- Icon Duck for providing icons used in the project.