App Development
01
Geo
A Vue.js application demonstrating authentication like Login, Logout, and Signup. It uses Google Maps API to grab a user’s geolocation, which is then shown on the homepage map.
Users can start a chat by clicking on another user pin on the map.
02
Chat
Chat is a realtime app built by Vue.js; it listens to any change in the documents to update the records without reloading the page.
03
Smoothies
A mini app built with Vue.js. Users can apply any CRUD (create, read, update, and delete) transaction to modify their custom list of smoothies stored in a database.