Bachelor's thesis on the topic: web application «Ivano-Frankivsk. Travel guide»
With Vue.js, TailwindCSS and Firebase

To see it in action go to YouTube

Project setup

  1. Start the code editor, open the if-travel-guide folder and enter the following commands in the terminal (start the terminal: Сtrl + Shift + ` ):
    • if need to update node.js modules: yarn install
    • server startup: yarn serve
    • after opening the browser, follow the link (depending on port settings): http://localhost:8080/
  2. If do not need to install a code editor, can run the project via the command line:
    • press the key combination: Win + S or Win + R and enter "cmd"
    • in the command line:
      • if need to go for example to disk "D" → D:
      • go to the if-travel-guidecd D:<pаth>\if-travel-guide
      • enter the command → yarn serve
      • open the browser, go to the link (depending on your port settings): http://localhost:8080/
  3. Shutting down the server: go to the terminal\command line, press Ctrl + C and enter "Y" on the keyboard

Compiles and minifies for production: yarn build
Lints and fixes files: yarn lint
Customize configuration: See Configuration Reference.

Screenshots

img1 img2 img3 img4 img5