Skip to content

farshiana/city-compare

Repository files navigation

city-compare

App to compare cities data.

Demo

Wanna try the app? It's right here!

Technologies

  • Vue.js with Pinia, Vuetify and TypeScript
  • Linter with ESLint and Prettier
  • Cities search with Geonames API
  • City data with Wikidata API
  • Hosted on Firebase
  • CI/CD with Github Actions

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint