Skip to content

mustafadalga/fly-high

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fly High

A simple mock flight price offer application

Tactix Intelligence Game



About   |    Demo   |    Used Technologies   |    Project Setup   

About Fly High

Fly-High project is a simple mock flight price offer application. It consists of two main parts: a frontend developed with Vue.js and a backend that serves mock flight price offers.

  • The frontend part is developed with Vue 3, TailwindCSS and TypeScript.
  • The backend part is a simple Express server that serves mock flight price data.

Used Technologies

  • Vue.js 3
  • Typescript
  • Vuex
  • Vite.js
  • Vitest
  • Vue test-utils
  • Express.js
  • TailwindCSS
  • Animate.css

Demo

Project Setup

Back End

npm install 
npm run dev

Front End

npm install 
npm run dev