Repository files navigation
Node and npm installed. (Tested to work with node v14.17.5.)
Username for the dev app is: sala and password is: kala
Live demo available here
You can see UI plans at this Figma-project
UI plans can also be found here in a PDF format.
Project structure quick tour guide
App.vue in /src is the root component housing router view, nav etc.
./src/views contain login and main view for this app
./src/components contain individual vue components
./src/router contains router configuration
./src/store contains index.js which confiqs Vuex store and imports individual store modules containing actual state management logic
login.js contains user login/logout state management
calculation.js contains all else state management in regards to fibonacci calculation etc.
variables.scss in ./src root contains colors, font sizes and breakpoint for easy import into components
Compile dev build and start dev server
You can’t perform that action at this time.