Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.25 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.25 KB

Coffee Ordering Website

This is a simple website made with HTML, CSS, and JavaScript that allows users to order coffee and provide their information, including an optional location.

Demo here

Functionality

The website offers the following functionalities:

  1. Coffee Ordering: Users can select their desired coffee type from a predefined menu. After selecting their preferred coffee, they can proceed to the order page.

  2. Customer Information: On the order page, users are prompted to provide their personal information, including their first name, last name, address, province, postal code, and comments. The browser will prompt users to allow or deny access to their location information. If the user allows access, the browser will retrieve their approximate location.

Getting Started

To run the website locally, follow these steps:

  1. Clone the repository: git clone https://github.com/luriel-xyz/coffee-haven-shop.git
  2. Navigate to the project directory: cd coffee-haven-shop
  3. Open the index.html file in your preferred web browser.

Acknowledgements

  • The design and functionality of this website were created from scratch without the use of any external frameworks or libraries.