Cabs Online – Laravel

Simple web-based taxi booking system called CabsOnline. It allows passengers to book taxi services from any of their internet connected computers or mobile phones. 

Description

Simple web-based taxi booking system called CabsOnline. It allows passengers to book taxi services from any of their internet connected computers or mobile phones.

GitHub Link: https://github.com/MiguelEmmara-ai/cabs-online

var aboutMe = document.getElementById('about-me'); var hammertime = new Hammer(aboutMe); hammertime.on('swipeleft', function() { // Navigate to the next page }); hammertime.on('swiperight', function() { // Navigate to the previous page });