All Projects → devsAtQuarx → basic-transport-info-app

devsAtQuarx / basic-transport-info-app

Licence: other
A progressive web app to show direct & indirect buses / transport between two places / cities / stops .Show next schedule & travel duration. Algorithm to calculate indirect buses on basis of their schedule time. Voice search . Locate nearest city/stop by gps. Bus timetable.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to basic-transport-info-app

Vuejs Firebase Shopping Cart
Shopping cart demo using Vuejs and Firebase
Stars: ✭ 274 (+2183.33%)
Mutual labels:  vuejs2, vue-router, vuex2
Copilot
Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js
Stars: ✭ 2,698 (+22383.33%)
Mutual labels:  vuejs2, vue-router, vue-resource
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+1975%)
Mutual labels:  vuejs2, vue-router, vuex2
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+7291.67%)
Mutual labels:  vuejs2, vue-router, vuex2
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (+50%)
Mutual labels:  vuejs2, vue-router, vuex2
Vue2 Qq
一个基于兴趣,为了学习,提高能力的项目
Stars: ✭ 90 (+650%)
Mutual labels:  vuejs2, vue-router, vuex2
Vue Cnode
基于vue2 + vue-router + vuet + ES6 + less + flex.css重写vue版cnode社区,使用webpack2打包
Stars: ✭ 1,134 (+9350%)
Mutual labels:  vuejs2, vue-router, vuex2
Lvyou
🎒Vue.js 初步进阶案例,路由懒加载,进入页面前登录判断,返回导航判断,RestAPI接口使用,组件封装,Vuex状态封装,keep-alive页面缓存等功能
Stars: ✭ 195 (+1525%)
Mutual labels:  vuejs2, vue-router, vue-resource
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (+1758.33%)
Mutual labels:  vuejs2, vue-router
Vue Axios Github
Vue 全家桶 + axios 前端实现登录拦截、登出、拦截器等功能
Stars: ✭ 2,622 (+21750%)
Mutual labels:  vuejs2, vue-router
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (+2433.33%)
Mutual labels:  progressive-web-app, vuejs2
Toucan
Boilerplate template using Vue.js, TypeScript and .NET Core 2.1, based on SOLID design principles
Stars: ✭ 215 (+1691.67%)
Mutual labels:  vuejs2, vuex2
Vue Shoppingcart
ShoppingCart (Ecommerce) 🛒 Application using Vuejs, + Node.js + Express + MongoDB 🚀🤘
Stars: ✭ 141 (+1075%)
Mutual labels:  progressive-web-app, vue-router
Paascloud Login Web
模拟商城,完整的购物流程、后端运营平台,使用 spring cloud + vue 全家桶实现快速搭建企业级微服务项目
Stars: ✭ 207 (+1625%)
Mutual labels:  vuejs2, vuex2
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+5441.67%)
Mutual labels:  progressive-web-app, vuejs2
vue-2.x-boilerplate
A Vue.js 2.x Boilerplate with Vuex, vue-router AND Bulma
Stars: ✭ 25 (+108.33%)
Mutual labels:  vue-router, vue-resource
Vue Wp Starter
A WordPress Vue.js starter plugin
Stars: ✭ 214 (+1683.33%)
Mutual labels:  vuejs2, vue-router
Yesplaymusic
高颜值的第三方网易云播放器,支持 Windows / macOS / Linux
Stars: ✭ 12,981 (+108075%)
Mutual labels:  progressive-web-app, vue-router
music
🎵vue 像素级还原mac客户端网易云音乐
Stars: ✭ 34 (+183.33%)
Mutual labels:  vue-router, momentjs
Build-vue-hackernews-2.0-from-scratch
A tutorial for beginners to build a complex project with Vue.js 2.0 step by step
Stars: ✭ 85 (+608.33%)
Mutual labels:  vue-router, vuex2

Google's-Delhi-Public-Transport-Clone

Youtube Link - https://youtu.be/XCsMBFTELJ8

IMAGE ALT TEXT HERE

Demo Link - https://orangebusv1-38083.firebaseapp.com

Accepted City Input -> 
 
 Ajmer 
 Delhi 
 Jaipur 
 Kota 
 Mount Abu 
 Udaipur

Ajmer -> Mount Abu --> won't show any result, Its open for further development to show up 3 buses (2-hop) indirect routes.

DB json -> https://jsonblob.com/3bba1389-508a-11e9-9863-51660718419d

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Algorithms - 
Dijkstra's Algorithm, Hashing Algorithm, Haversine Formula

Efficiency - 
O(1) - Direct Buses 
o(n) - Indirect Buses (n represents no. of cities connected directly to a particular city)
o(1) - Others Details (Fetching Bus Time, Next Schedule etc from DB)  
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].