T

TripBook

A web application for travellers to share their travel stories as a timeline. It is a fusion of a travel blog and social media platform.

15

The problem TripBook solves

In this app, travellers can create a timeline and seamlessly track their trip while sharing with other travelers who may or may not have visited that place. In this way visiters can ensure they do not miss out creating precious memories of that place.

Challenges I ran into

This project uses firebase (a complete backend solution) for database, authentication, cloud storage and hosting. Since firebase does not provide any way to search data in firestore database out of the box, I created a way thorugh which users can find other people, but it has few limitations. First, searching is performed word by word instead of character by character. Second, the search term needs to exactly match the expected result.

Discussion