{"id":16600510,"url":"https://github.com/jescalada/travelr","last_synced_at":"2026-04-10T02:05:34.438Z","repository":{"id":112752545,"uuid":"450641235","full_name":"jescalada/Travelr","owner":"jescalada","description":"Meet new people and share accommodation in the big city!","archived":false,"fork":false,"pushed_at":"2022-05-14T04:28:26.000Z","size":966,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T06:46:23.651Z","etag":null,"topics":["bootstrap","css","firebase","firebase-auth","firestore","html","javascript"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jescalada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-21T21:12:10.000Z","updated_at":"2023-06-27T02:53:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"97def4ca-a7cd-42c3-963e-8a07abab6097","html_url":"https://github.com/jescalada/Travelr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"comp1800/web_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jescalada%2FTravelr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jescalada%2FTravelr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jescalada%2FTravelr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jescalada%2FTravelr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jescalada","download_url":"https://codeload.github.com/jescalada/Travelr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242582784,"owners_count":20153318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css","firebase","firebase-auth","firestore","html","javascript"],"created_at":"2024-10-12T00:14:48.691Z","updated_at":"2025-12-31T00:47:51.140Z","avatar_url":"https://github.com/jescalada.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Travelr\n\n* [General info](#general-info)\n* [Technologies](#technologies)\n* [Contents](#content)\n* [Resources](#resources)\n* [Contact](#contact)\n* [Acknowledgements](#acknowledgements)\n\n## General Info\nTravelr is an app that allows users to form groups and chat together so they can find a place to stay in big cities.\n\t\n## Website\n[Travelr](https://travelr-bcit.netlify.app)\n\t\n## Technologies\nTechnologies used for this project:\n* HTML, CSS\n* JavaScript, jQuery\n* Bootstrap\n* Firebase and Firestore \n* Netlify\n\n## Content\nContent of the project folder:\n\n```\n Top level of project folder: \n├── .gitignore               # Git ignore file\n├── index.html               # landing HTML file, this is what users see when they visit the root path (travelr-bcit.netlify.app/)\n└── README.md                # woah, you're reading this now!\n\nIt has the following subfolders and files:\n├── .git                     # Folder for git repo\n\n├── html                     # Folder for html files\n        /chat.html           # chat HTML file, what users see when they click on Chats\n        /group-info.html     # group info HTML file, what users see when they access a group\n        /groups.html         # group list HTML file, what users see when they click on Groups (view all the groups)\n        /login.html          # login HTML file, the log-in page\n        /main.html           # main HTML file, the page users see after logging in\n        /profile.html        # profile HTML file, what users see when they click on Me in the footer menu\n        /search.html         # search HTML file, the search results page \n\n├── images                   # Folder for images\n        /icons\n            /travelr-logo.svg\n        /login.jpg\n            /https://unsplash.com\n        \n├── scripts                         # Folder for scripts\n        /authentication.js          # Firebase authentication backend\n        /chat.js                    # JS for chat.html\n        /firebaseAPI_DTC15.js       # firebase API stuff, shared across pages\n        /group-info.js              # JS for group-info.html\n        /groups.js                  # JS for groups.html\n        /load-user.js               # loads user into frontend, shared across pages\n        /main.js                    # JS for main.html\n        /profile.js                 # JS for profile.html\n        /realTime_API_DTC15.js      # firebase Realtime DB API, used only in chat.html\n        /search.js                  # JS for search.html\n        /skeleton.js                # loads navbar and footer, shared across pages\n\n├── styles                          # Folder for styles\n        /chat.css                   # style for chat.html\n        /group-info.css             # style for group-info.html\n        /main.css                   # style for main.html\n        /profile.css                # style for profile.html\n        /search.css                 # style for search.html\n        /style.css                  # generic stylesheet for all pages\n\n├── text                            # Folder for text containers\n        /footer.html                # code snippet for generating the footer\n        /nav.html                   # code snippet for generating the navbar\n        \n```\n\n\n## Resources\n- Icons by [Iconify Design](https://icon-sets.iconify.design/zmdi/) (Open Source)\n- Code snippets from [Bootdey](https://www.bootdey.com/) (Free to use)\n- Logo made by Juan \n- Login image from [unsplash](https://unsplash.com/)(Free to use)\n\n## Contact \n* [Atsuki Uchida - auchida1@my.bcit.ca](mailto:auchida1@my.bcit.ca)\n* [Juan Escalada - jescalada@my.bcit.ca](mailto:jescalada@my.bcit.ca)\n* [Stefan Chen - zchen158@my.bcit.ca](mailto:zchen158@my.bcit.ca)\n\n## Acknowledgements \n* \u003ca href=\"https://ajax.googleapis.com/\"\u003ejQuery\u003c/a\u003e\n* \u003ca href=\"https://fonts.google.com/\"\u003eGoogle Fonts\u003c/a\u003e\n* \u003ca href=\"https://getbootstrap.com/\"\u003eBootstrap\u003c/a\u003e\n* \u003ca href=\"https://www.bootdey.com/\"\u003eBootdey (Bootstrap snippets)\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjescalada%2Ftravelr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjescalada%2Ftravelr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjescalada%2Ftravelr/lists"}