Skip to content

Commit

Permalink
Merge pull request #254 from lolpanda2004/main
Browse files Browse the repository at this point in the history
Issue 74 - Updation of Read Me Completed
  • Loading branch information
Mujtabaa07 authored Jan 9, 2025
2 parents 4d24680 + b4aa5ba commit 2687ad6
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,29 @@ 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/Mujtabaa07/coffeeShop.git
```
```bash
# Navigate into the project directory
cd ms-cafe
# Install the required npm packages
npm install
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.

## ScreenShots:
## ScreenShots
## **Home Page:**
![homepage](https://github.com/user-attachments/assets/2dc9b51d-ce06-4eb6-89fb-774867ede12c)
## **Coffee Menu:**
Expand All @@ -66,22 +72,23 @@ Once the server is running, you can view the app at (http://localhost:3000).
![coffeelogin](https://github.com/user-attachments/assets/c6c7c645-475d-4658-a47c-f0ada0b177d1)
## **Testimonials**
![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

0 comments on commit 2687ad6

Please sign in to comment.