Skip to content

This is the frontendof the webapp burganow that I developed for a Vue course

Notifications You must be signed in to change notification settings

marcosb74/burganow-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BurgaNow frontend doc

Burga N o W! - Frontend


💡 This documentation contains all the details for the frontend of the Burga N o W! Vue App

Table of Contents

Introduction

This is the Front-end of a webapp called Burga N o W! This app is a burgerstore, it was developed for educational purposes in the Vue Course by Coderhouse in 2021. The app allows users to view products, add them into the cart, register and login.

On the admin-side, the administrator can remove products, add new products, modify and delete them. Also, the administrator can view all registered users / products and grant users the administrator privilige.

Technologies used

Project Details:

  • This project was developed in Vue version 2
  • Axios, in order to make HTTP requests
  • vue-form, to handle forms properly
  • vue-router, to make routing dynamic.
  • vue-swal, to display custom alerts
  • vuetify, main CSS framework the project uses
  • vuex, allows vue to integrate a general state ( store ) so it's easier to handle the state.

Hosting Details:

  • The project was deployed on Netlify

Live version:

Commands

npm install -  to install the project
npm run serve -  to  initialize the project locally

About

This is the frontendof the webapp burganow that I developed for a Vue course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published