# Welcome To Juice Toast Contributing! 🎉

Thank you for your contribution to the **Juice Toast** project!  
We hope this project becomes one of the greatest projects on GitHub.

---

## What is Juice Toast?

Juice Toast is a **lightweight and flexible JavaScript toast notification library**.  
It’s designed to be **easy to use, fast, and customizable**, making your notifications look awesome in just a few lines of code.

---

## How to Contribute

1. **Fork this repository**

```bash
# Clone your fork
git clone https://github.com/KhairyK/juiceToast.git

# Move into the project folder
cd juiceToast

# Move into Source code code
cd src

# Synchronize with the original repository
git remote add upstream https://github.com/KhairyK/juiceToast.git

# Check the remotes
git remote -v
```

2. **Create a new branch**

```bash
git checkout -b feature/your-feature-name
```

3. **Make your changes**  
Edit files, add features, or fix bugs.

4. **Commit your changes**

```bash
git add .
git commit -m "Add awesome feature"
```

5. **Push your branch**

```bash
git push origin feature/your-feature-name
```

<small>Note: Wait until the team reviews your code.</small>

---

## Code of Conduct
Read the [Code Of Conduct](https://github.com/KhairyK/juiceToast/blob/main/CODE_OF_CONDUCT.md)

2026 (C) OpenDN Foundation / Released under Atrosfer 1.0 LICENSE
