Skip to content
generated from comp1800/web_template

The web app for the latest menu images / COMP1800 Group Project

Notifications You must be signed in to change notification settings

kohdc1723/MENU.IT

Repository files navigation

Menu.it

General Info

Menu.it is an app that offers one single platform for you to find and upload updated menus all within one minute!

Technologies

Technologies used for this project:

  • HTML, CSS
  • JavaScript
  • Bootstrap
  • Firebase

Content

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
├── login.html 				 # login HTML file, the log-in page
├── main.html				 # main HTML file, landing page after login-in or user-set up
├── restmain.html			 # restaurant HTML file, restaurant page with all of the menu images and validate/update functions
├── upload.html				 # upload HTML file, the page where users can upload new menu images
└── README.md				 # README file


It has the following subfolders and files:
├── .git                     # Folder for git repo
├── images                   # Folder for images
    /arrowwhite.jpg          # image for the update and validate button
├── scripts                  # Folder for scripts
	/auth-function			 # javascript for authen
    /firebaseAPI			 # javascript for API
	/index					 # javascript for index
	/login					 # javascript for login
	/main					 # javascript for main
	/profile				 # javascript for profile
	/restmain				 # javascript for restmain
	/upload					 # javascript for upload
├── styles                   # Folder for styles
    /index.css				 # style for index.html	
	/login.css				 # style for login.html
	/main.css				 # style for main.html
	/profile.css			 # style for profile.html
	/restmain.css			 # style for restmain.html
	/upload.css				 # style for upload.html


Firebase hosting files: 
├── .firebase
	/hosting..cache
├── .firebaserc
├── 404.html
├── firebase.json
├── firestore.indexes.json
├── firestore.rules
├── storage.rules	


Contact

About

The web app for the latest menu images / COMP1800 Group Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published