diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7fb5c4 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e851cf..4490459 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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" ``` @@ -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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..125d174 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 7a7ffad..ab7702a 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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" ``` @@ -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