zborges / capstone_project_vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OurPack Frontend

July 13, 2021 (Two months after graduating from Actualize Full Stack Bootcamp) - This was one of my first projects where I personally created a web application from scratch, and is an example of my basic understanding of Vue.js as a framework. I will soon be working on restarting the front end to demonstrate how my knowledge has grown since graduating from the boot camp.


This is a simple CRUD application that allows backpackers/hikers to track the gear they plan on bringing on adventures. The gear can be separated into categories, and uses a responsive graph that adjusts depending on the weight of each item, as well as the total pack weight.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About


Languages

Language:CSS 55.2%Language:HTML 21.5%Language:Vue 12.3%Language:SCSS 6.7%Language:JavaScript 4.4%