Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mujtabaa07 authored Jan 11, 2025
2 parents 670bdca + da19ee4 commit 6ff13c2
Show file tree
Hide file tree
Showing 39 changed files with 28,405 additions and 9,857 deletions.
46 changes: 31 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,47 +41,63 @@ Follow the steps below to set up the project locally:
#### Step 1: Clone the repository
```bash
# Clone the MsCafe repository
git clone https://github.com/your-username/ms-cafe.git

git clone https://github.com/your-username/coffeeShop.git

# Navigate into the project directory
cd ms-cafe
cd coffeeShop
# Install the required npm packages
npm install

git clone https://github.com/Mujtabaa07/coffeeShop.git
```
```bash
# Navigate into the project directory
cd coffeeShop
```
```bash
# Install the required npm packages
npm install (or) npm i
```
```bash

# Start the React development server
npm start
```
Once the server is running, you can view the app at (http://localhost:3000).

## Usage
-**To use the app:**
-**View Coffee Menu:** Browse through the available coffee items on the homepage.
-**Learn About Coffee:** Check out the sourcing section to learn more about our sustainably sourced beans.
-**Place an Order:** In future releases, you'll be able to add items to the cart and complete orders.
**To use the app:**
- **View Coffee Menu:** Browse through the available coffee items on the homepage.
- **Learn About Coffee:** Check out the sourcing section to learn more about our sustainably sourced beans.
- **Place an Order:** In future releases, you'll be able to add items to the cart and complete orders.

## ScreenShots:
## ScreenShots
## **Home Page:**
![homepage](https://github.com/user-attachments/assets/36a7852c-dd6d-40b2-9652-4c4a3f9d46fc)
![homepage](https://github.com/user-attachments/assets/2dc9b51d-ce06-4eb6-89fb-774867ede12c)
## **Coffee Menu:**
![coffeemenu](https://github.com/user-attachments/assets/0f9583d8-e2a8-4797-8e13-9d8325f58764)
![coffeemenu](https://github.com/user-attachments/assets/014c6a7a-03ab-4bdf-88e1-bb3c11d66447)
## **Login Page**
![coffeelogin](https://github.com/user-attachments/assets/e29ee634-69c4-45a3-978c-a797cf62487f)
![coffeelogin](https://github.com/user-attachments/assets/c6c7c645-475d-4658-a47c-f0ada0b177d1)
## **Testimonials**
![testimonials](https://github.com/user-attachments/assets/af0b4e1f-5363-4b71-8c5c-fe1ba244edb3)
![testimonials](https://github.com/user-attachments/assets/38d811e3-4acc-4901-9a3d-8e4185c96a2c)

## Contributing
We welcome contributions! Follow the steps below to contribute to this project:
```bash
# Click the "Fork" button at the top-right of the repository page to create a copy in your GitHub account.
```
```bash
# Clone the forked repository to your local machine
git clone https://github.com/your-username/ms-cafe.git
git clone https://github.com/Mujtabaa07/coffeeShop.git
```
```bash
# Navigate into the project directory
cd ms-cafe
cd coffeeShop
```
```bash
#install dependencies
npm install
# install dependencies
npm install (or) npm i
```
```bash
# Create a new branch for your feature or fix
Expand Down
Loading

0 comments on commit 6ff13c2

Please sign in to comment.