Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Editor files
.vscode/
.idea/
*.swp
*.swo
*~

# Logs
*.log
npm-debug.log*

# Dependencies
node_modules/
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git checkout -b add-your-name

### 4️⃣ Add Your Name

Open (or create) the `CONTRIBUTORS.md` file and add your name in this format:
Open the `Contributors.md` file and add your name in this format:

```md
* [Your Name](https://github.com/your-username)
Expand All @@ -50,7 +50,7 @@ Open (or create) the `CONTRIBUTORS.md` file and add your name in this format:
### 5️⃣ Commit Your Changes

```bash
git add CONTRIBUTORS.md
git add Contributors.md
git commit -m "Add Your Name to contributors list"
```

Expand All @@ -77,7 +77,7 @@ Once your PR is merged, you are officially an open-source contributor.

## 📌 Contribution Guidelines

- Only modify `CONTRIBUTORS.md`
- Only modify `Contributors.md`
- Add your name in the correct format
- Keep pull requests focused on a single change
- Be respectful and kind to other contributors
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 ReactSphere

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ git checkout -b add-your-name

### 5️⃣ Add Your Name

Open (or create) a file named `CONTRIBUTORS.md`.
Open the `Contributors.md` file.

Add your name using this format:

Expand All @@ -76,7 +76,7 @@ Add your name using this format:
### 6️⃣ Commit Your Changes

```bash
git add CONTRIBUTORS.md
git add Contributors.md
git commit -m "Add Your Name to contributors list"
```

Expand All @@ -102,7 +102,7 @@ git push origin add-your-name

## 📌 Contribution Guidelines

- Only modify `CONTRIBUTORS.md`
- Only modify `Contributors.md`
- Add your name in the correct format
- Keep pull requests focused on a single change
- Be respectful and supportive
Expand Down