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.
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.
Technologies used
Discussion