Welcome to our open-source project! 😍
We appreciate your interest in contributing.😊
This guide will help you get started with the project and make your first contribution.
master-web-development/
├── .github/ # GitHub-related files
│ ├── ISSUE_TEMPLATE/ # Issue templates
│ └── workflows/ # CI/CD workflows
├── .vscode/ # VS Code settings
│ └── settings.json # Editor settings
├── ATS-SCORE-RECOGNIZER/ # ATS Score Recognizer project
│ ├── algorithm_visualizer/ # Algorithm Visualizer project
│ │ ├── heapsortvisualizer.py # Heapsort visualizer script
│ │ └── timecomplexity1.py # Time complexity script
├── Habit Tracker App/ # Habit Tracker application
│ ├── index.html # Main HTML file
│ ├── script.js # JavaScript file
│ └── styles.css # CSS file
├── Ping-Pong-Game/ # Ping Pong Game project
│ ├── index.html # Main HTML file
│ ├── script.js # JavaScript file
│ └── styles.css # CSS file
├── Signature Verification/ # Signature verification project
│ ├── results/ # Results directory
│ ├── templates/ # Template files
│ └── uploads/ # Uploads directory
├── Readme.md # Main README file
├── app.py # Main application script
├── methods.html # Methods HTML file
├── Sorting Visualizer/ # Sorting visualizer project
│ ├── index.html # Main HTML file
│ ├── script.js # JavaScript file
│ └── style.css # CSS file
├── Web-Based Image Resizing Tool/ # Image Resizing Tool project
│ ├── templates/ # Template files
│ ├── uploads/ # Uploads directory
│ ├── Readme.md # Main README file
│ └── app.py # Main application script
├── Workout App/ # Workout application
│ ├── assets/ # Asset files
│ ├── Signup.html # Signup page
│ ├── index.html # Main HTML file
│ ├── login.html # Login page
│ ├── profile.html # Profile page
│ ├── script.js # JavaScript file
│ └── style.css # CSS file
├── assets/ # Common assets for projects
│ ├── image/ # Image files
│ │ ├── 110831_moon_icon.svg # Moon icon
│ │ ├── 15.png # Image 15
│ │ ├── 2048.png # 2048 game image
│ │ └── ... # Other image files
├── challenges/ # Challenge-related files
│ ├── challengehtml.html # Challenge HTML file
│ └── ... # Other challenge files
├── css/ # CSS files
├── img/ # Image files
├── js/ # JavaScript files
│ ├── app.js # Main application script
├── project_showcase/ # Project showcase files
│ ├── contributor.css # Contributor styles
│ ├── contributor.html # Contributor page
│ ├── contributor.js # Contributor script
│ └── index.html # Main showcase page
├── projects/ # List of projects
│ ├── Emoji Mood Journal/ # Emoji Mood Journal project
│ ├── 15_puzzle/ # 15 Puzzle project
│ ├── ... # Other project directories
├── images/ # General images
│ ├── index.html # Main image page
│ ├── style.css # Styles for images
│ └── ... # Other image files
├── CODE_OF_CONDUCT.md # Code of conduct
├── CONTRIBUTING.md # Contribution guidelines
├── LICENSE # License file
└── README.md # Main README file
-
Star this repository Click on the top right corner marked as Stars at last.
-
Fork this repository Click on the top right corner marked as Fork at second last.
-
Clone the forked repository
git clone https://github.com/<your-github-username>/master-web-development.git
- Navigate to the project directory
cd master-web-development
- Create a new branch
git checkout -b <your_branch_name>
- To make changes
git add .
- Now to commit
git commit -m "add comment according to your changes or addition of features inside this"
- Push your local commits to the remote repository
git push -u origin <your_branch_name>
-
Create a Pull Request
-
Congratulations! 🎉 you've made your contribution
-
Open GitHub Desktop: Launch GitHub Desktop and log in to your GitHub account if you haven't already.
-
Clone the Repository:
- If you haven't cloned the repository yet, you can do so by clicking on the "File" menu and selecting "Clone Repository."
- Choose the repository from the list of repositories on GitHub and clone it to your local machine.
-
Switch to the Correct Branch:
- Ensure you are on the branch that you want to submit a pull request for.
- If you need to switch branches, you can do so by clicking on the "Current Branch" dropdown menu and selecting the desired branch.
-
Make Changes: Make your changes to the code or files in the repository using your preferred code editor.
-
Commit Changes:
- In GitHub Desktop, you'll see a list of the files you've changed. Check the box next to each file you want to include in the commit.
- Enter a summary and description for your changes in the "Summary" and "Description" fields, respectively. Click the "Commit to " button to commit your changes to the local branch.
-
Push Changes to GitHub: After committing your changes, click the "Push origin" button in the top right corner of GitHub Desktop to push your changes to your forked repository on GitHub.
-
Create a Pull Request:
- Go to the GitHub website and navigate to your fork of the repository.
- You should see a button to "Compare & pull request" between your fork and the original repository. Click on it.
-
Review and Submit:
- On the pull request page, review your changes and add any additional information, such as a title and description, that you want to include with your pull request.
- Once you're satisfied, click the "Create pull request" button to submit your pull request.
-
Wait for Review: Your pull request will now be available for review by the project maintainers. They may provide feedback or ask for changes before merging your pull request into the main branch of the repository.
-
Follow the Project's Code Style
- Maintain consistency with the existing code style (indentation, spacing, comments).
- Use meaningful and descriptive names for variables, functions, and classes.
- Keep functions short and focused on a single task.
- Avoid hardcoding values; instead, use constants or configuration files when possible.
-
Write Clear and Concise Comments
- Use comments to explain why you did something, not just what you did.
- Avoid unnecessary comments that state the obvious.
- Document complex logic and functions with brief explanations to help others understand your thought -process.
-
Keep Code DRY (Don't Repeat Yourself)
- Avoid duplicating code. Reuse functions, methods, and components whenever possible.
- If you find yourself copying and pasting code, consider creating a new function or component.
-
Write Tests
- Write unit tests for your functions and components.
- Ensure your tests cover both expected outcomes and edge cases.
- Run tests locally before making a pull request to make sure your changes don’t introduce new bugs.
-
Code Reviews and Feedback
- Be open to receiving constructive feedback from other contributors.
- Conduct code reviews for others and provide meaningful suggestions to improve the code.
- Always refactor your code based on feedback to meet the project's standards.
When submitting a pull request, please adhere to the following:
- Self-review your code before submission.
- Include a detailed description of the functionality you’ve added or modified.
- Comment your code, especially in complex sections, to aid understanding.
- Add relevant screenshots to assist in the review process.
- Submit your PR using the provided template and hang tight; we'll review it as soon as possible! 🚀
To report an issue, follow these steps:
- Navigate to the project's issues section :- Issues
- Provide a clear and concise description of the issue.
- Avoid spamming to claim an issue. Patience is key!
- Wait until someone looks into your report.
- Begin working on the issue only after you have been assigned to it. 🚀
- We welcome contributions from everyone. However, please avoid spamming the repository with irrelevant issues & pull requests. We reserve the right to mark PRs as invalid if they are not relevant.