Skip to content

Latest commit

 

History

History
158 lines (130 loc) · 4.29 KB

README.md

File metadata and controls

158 lines (130 loc) · 4.29 KB

My Web Application co.Cost

General Info

This browser based web application was motivated by the difficulties new students had while looking for housing, restaurants and transit near the university of their choice. We want new students to be able to check the vicinities of their school of choice first before making the final choice to attend said school.

  • Hi, my name is Jihoon. I'm excited about this project because I want to learn how to work with others on making a program.
  • Hi, my name is Shuyi. I'm excited about this project because coding is fun.
  • Hi, my name is Justin. I'm excited about this project because I want to learn how to code and use git.

Technologies

Technologies used for this project:

  • HTML, CSS
  • JavaScript
  • Bootstrap
  • Jquery
  • Firebase/Firestore
  • ...

Contents

Content of the project folder:

 Top level of project folder: 
 ├── .gitignore                   # Git ignore file
 ├── index.html                   # landing HTML file, this is what users see when you come to url without login
 ├── login.html      
 ├── main.html                    # main HTML file after user login
 ├── profile.html              
 └── README.md


It has the following subfolders and files:

📦housing                         ### Folder for housing pages
 ┣ 📜housing_saved.html
 ┣ 📜jump_page_UBC_housing.html
 ┗ 📜UBC_housing_submission.html
  
📦images                       ### Folder for images
 ┣ 📂sfu_restaurants
 ┃ ┣ 📜SFU01.jpeg
 ┃ ┣ 📜SFU02.jpeg
 ┃ ┣ 📜SFU03.jpeg
 ┃ ┣ 📜SFU04.jpeg
 ┃ ┣ 📜SFU05.jpeg
 ┃ ┣ 📜SFU06.jpeg
 ┃ ┣ 📜SFU07.jpeg
 ┃ ┣ 📜SFU08.jpeg
 ┃ ┣ 📜SFU09.jpeg
 ┃ ┣ 📜SFU010.jpeg
 ┃ ┣ 📜SFU011.jpeg
 ┃ ┣ 📜SFU012.jpeg
 ┃ ┣ 📜SFU013.jpeg
 ┃ ┗ 📜SFU014.jpeg
 ┣ 📂ubc transit
 ┃ ┣ 📜Bus01.jpeg
 ┃ ┣ 📜Bus02.jpeg
 ┃ ┣ 📜Bus03.jpeg
 ┃ ┣ 📜UBC01.jpeg
 ┃ ┣ 📜UBC02.jpeg
 ┃ ┣ 📜UBC03.jpeg
 ┃ ┣ 📜UBC04.jpeg
 ┃ ┣ 📜UBC05.jpeg
 ┃ ┣ 📜UBC06.jpeg
 ┃ ┣ 📜UBC07.jpeg
 ┃ ┣ 📜UBC08.jpeg
 ┃ ┗ 📜UBC09.jpeg
 ┣ 📜backarrow.png
 ┣ 📜BCIT.jpg
 ┣ 📜Cocost_logo.png
 ┣ 📜drink1.png
 ┣ 📜drink2.png
 ┣ 📜drink3.png
 ┣ 📜housing.jpg
 ┣ 📜image.jpg
 ┣ 📜SFU.jpeg
 ┣ 📜transit.jpg
 ┗ 📜UBC.jpeg

📦jumppage                           ### Folder for jumppages
 ┣ 📜jump_page_BCIT.html
 ┣ 📜jump_page_SFU.html
 ┗ 📜jump_page_UBC.html
 
📦restaurants                        ### Folder for restaurant pages
 ┣ 📜each_restaurant.html
 ┣ 📜restaurants_review_SFU.html
 ┣ 📜restaurants_saved.html
 ┣ 📜SFU_restaurants.html
 ┗ 📜thanks.html
 
📦scripts                        ### Folder for scripts
 ┣ 📜authentication.js
 ┣ 📜each_restaurant.js
 ┣ 📜firebaseAPI_TEAMDTC05.js
 ┣ 📜housing_saved.js
 ┣ 📜jump_page_BCIT.js
 ┣ 📜jump_page_SFU.js
 ┣ 📜jump_page_UBC_housing_script.js
 ┣ 📜login.js
 ┣ 📜main.js
 ┣ 📜profile.js
 ┣ 📜restaurants_reviews_SFU.js
 ┣ 📜restaurants_saved.js
 ┣ 📜SFU_restaurants.js
 ┣ 📜transit_saved.js
 ┣ 📜UBC_housing_submission_script.js
 ┣ 📜UBC_transit_stop.js
 ┗ 📜UBC_transitbus.js
 
📦styles                          ### Folder for styles
 ┣ 📜jumppage.css
 ┗ 📜style.css
       
📦transit                        ### Folder for transit pages
 ┣ 📜transit_saved_page.html
 ┣ 📜UBC_transit_stop.html
 ┗ 📜UBC_transitbus.html      
 
 Firebase hosting files: 
├──📂 .firebase
┃ ┗ hosting..cache
├── .firebaserc
├── firebase.json
├── firebase.indexes.json
├── .firestore.rules
├── storage.rules
├── 404.html
              

Resources

Contact

Acknowledgements