Welcome to Coffee Bar!
Coffee Bar is a web application built using HTML, CSS, and JavaScript that aims to give you information about your favorite Coffee.
To run this project on your local machine, follow the steps below:
- Web Browser (e.g., Google Chrome, Mozilla Firefox, Microsoft Edge, etc.)
- Open your terminal or command prompt.
- Navigate to the directory where you want to clone the repository.
- Run the following command to clone the repository:
git clone https://github.com/rebs1203/pre-work.git- After cloning the repository, navigate to the project directory:
cd pre-work- Locate the
index.htmlfile and double-click on it. This will automatically open the project in your default web browser.
Alternatively, you can open your web browser and enter the file path of index.html in the URL bar.
Example:
file:///path/to/pre-work/index.html
- The web application should now be up and running. Explore the different features and functionalities!
Here's a brief overview of the project structure:
your-project/
├── index.html
└── make-coffee.html
├── css/
└── styles.css
└── make-coffee.css
├── js/
└── script.js
└── make-coffee.js
index.html: The main HTML file that represents the structure of the web page.css/: Directory containing the CSS files.js/: Directory containing the JavaScript files.
If you have any questions or need further assistance, you can reach out at rebecavgallo@hotmail.com.
Thank you for using Coffee Bar! We hope you find it useful and enjoyable. Happy coding!