https://github.com/mohammedsohail-dev/restaurant_template_frontend
A Vue.js 3 web application for restaurants featuring: Keycloak authentication & JWT security Responsive design with Bootstrap 5 + Vuetify Vue Router for page navigation Menu, reservations, and admin sections Modern Vue 3 Composition API architecture Built with Vuex state management, Bootstrap Icons, and ESLint
https://github.com/mohammedsohail-dev/restaurant_template_frontend
bootstrap css html vuejs
Last synced: 3 months ago
JSON representation
A Vue.js 3 web application for restaurants featuring: Keycloak authentication & JWT security Responsive design with Bootstrap 5 + Vuetify Vue Router for page navigation Menu, reservations, and admin sections Modern Vue 3 Composition API architecture Built with Vuex state management, Bootstrap Icons, and ESLint
- Host: GitHub
- URL: https://github.com/mohammedsohail-dev/restaurant_template_frontend
- Owner: mohammedsohail-dev
- Created: 2025-03-27T14:11:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T14:33:12.000Z (over 1 year ago)
- Last Synced: 2025-03-27T15:38:34.103Z (over 1 year ago)
- Topics: bootstrap, css, html, vuejs
- Language: Vue
- Homepage:
- Size: 32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Website Template (Frontend)



A modern Vue.js 3 frontend template for restaurant websites featuring authentication, responsive design, and essential restaurant functionality.
## ✨ Features
- **Vue 3** Composition API
- **Secure Authentication** with Keycloak
- **Responsive Design** with Bootstrap 5
- **Vue Router** for seamless navigation
- **Vuex** for state management
- **Bootstrap Icons** for beautiful icons
- **JWT Decoding** for auth token handling
- **Vuetify** components (Material Design)
- **Linting** with ESLint for code quality
## Images for reference







## 🚀 Getting Started
### Prerequisites
- Node.js (v16+ recommended)
- npm or yarn
### Installation
```bash
git clone https://github.com/your-username/the-first-step-frontend.gitf
npm install
# or
yarn install
npm run serve
# or
yarn serve
```