seifsay3d-zz / fhcc

Coding challenge showing component based architecture + store usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FindHotel

Findhotel coding challenge

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Application Structure

assets - includes all assets sass/images components - main compoenent container data - this is where all mocks lies in layout - includes high level page components and abstract universal layout components router - handles routings store - includes all modules that will be responsible for changing states App.vue - root component main.js - starting point

About

Coding challenge showing component based architecture + store usage


Languages

Language:JavaScript 69.5%Language:CSS 22.4%Language:Vue 7.8%Language:HTML 0.3%