Skip to content

Lorriu/Resturant-Menu-Reservation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant-Menu-Reservation

This project is a small restaurant menu web application with a reservation section and a random meal selection button. It was created as part of a JavaScript Final Project by a team of two developers.

Array-Menu

Table of Contents

Main Objectives

The main objectives of this project were:

  1. Make Changes to the HTML and/or CSS using JavaScript.
  2. Get input from the user.
  3. Use an event to trigger changes to the webpage.
  4. Add HTML elements to the webpage using the DOM.
  5. Utilize arrays, loops, and conditional logic in JavaScript.

Project Details

We achieved these objectives by implementing the following:

  • Menu Creation: We created an array containing menu items and used a loop to dynamically insert these items onto the webpage.

  • Reservation System: We implemented an event listener that collects user input from the reservation form and updates the HTML to display the reservation details.

  • Random Meal Selection: To help users who couldn't decide on their reservation, we added a random meal selection button.

random-button

Getting Started

To use or contribute to this project, follow these steps:

  1. Clone the repository to your local machine:
   git clone https://github.com/Lorriu/Resturant-Menu-Reservation.git
  1. Open the project directory:
cd Resturant-Menu-Reservation
  1. Open the "index.html" file in your web browser to access the application.

How to Contribute

If you'd like to contribute to this project, follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Submit a pull request with a clear description of the changes.

License

This project is not licensed and was created for practice purposes only, this application should not be used for commercial purposes.

About

A small restaurant menu, with reservation section and a random meal selection button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors