| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Technologies used for this project:
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
└── README.md
It has the following subfolders and files:
├── .git # Folder for git repo
├── images # Folder for images
/friends.png
/guitar.jpg
/Logo.png
/profile.jpg
skills_interests
/arts_crafts.jpg
/cooking.jpg
/dance.jpg
/film_tv.jpg
/music.jpg
/nature.jpg
├── scripts # Folder for scripts
/checkinMain.js
/checkinOverview.js
/chooseInterests.js
/chooseSkills.js
/login.js
/main.js
/messages.js
/profileFillout.js
/skillsInterestsHelper.js
/uploadHelper.js
/uploadOverview.js
├── styles # Folder for styles
/colors.css
/login.css
/main.css
/messages.css
/skillsInterests.css
├── html # Folder for all main html pages for the app
/checkinComplete.html
/checkinMain.html
/checkinOverview.html
/chooseInterests.html
/chooseSkills.html
/login.html
/main.html
/messages.html
/newUploadOverview.html
/profileFillout.html
/upload.html
├── components # Folder for header/footer component used in the app
/footer.html
/footer.js
/header.js
/headerNoBack.html
/headerWithBack.html
/howTo-header.html
├── archivedPages # Folder for archived files
/displayMatch.css
/displayMatch.html
/displayMatch.js
/index.html
/loginHelperOld.js
/loginOld.css
/loginOld.html
/match.html
/uploadOverview.html
├── .firebase
Firebase hosting files:
├── .firebaserc...
├── 404.html
├── firebase.json
├── firestore.indexes.json
├── firestore.rules
└── storage.rules
| Back | FazBrowse Home | New Git URL |