This repository contains the source code for the Fast Food App.
Simple Fast Food app using Ionic-Vue with Capacitor and Pinia.js
- Login Page UI/UX with Login and Login as Guest buttons
- Home Page UI with Search, Category, Specials, What's New, Most Popular UI and Order Now button UX
- Product Page UI with Search, Categories buttons UI and Products list UI/UX
- Product Details Page UI/UX with Beverages, Add-ons UI/UX and Add to Bad UI/UX button
- Success Added to Bag prompt UI with Add More redirecting to Products Page UX
- Ionic 7
- Capacitor
- Vue.js (v3)
- Vue-Router
- Pinia.js
- Lodash
- vue3-star-ratings (https://vue3-star-ratings.netlify.app/demo)
To run the Fast Food App locally, follow these steps:
- Make sure you install the Ionic CLI by doing
npm install -g @ionic/cli
- Clone the repository:
git clone https://github.com/noelc10/fast-food.git
- Install dependencies:
npm install
- Start the server:
ionic serve
- Visit
http://localhost:8100
in your web browser to view the app.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.