Skip to content

Repository files navigation

fibonacho

Prerequisites:

  • Node and npm installed. (Tested to work with node v14.17.5.)
  • Username for the dev app is: sala and password is: kala

Assignment notes:

  • 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

Project setup

npm install

Compile dev build and start dev server

npm run serve

About

Tech homework task

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages