saloni-15 / Heel2Toe

A beginner-friendly repository to get started with HTML, CSS, and JS.

Home Page:https://saloni-15.github.io/Heel2Toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forks Stars

Welcome to my profile Visits Open Source Love Lines of code License

Updated Badge Number of Contributors Issues opened Issues closed PRs open PRs closed

Hacktoberfest

An Online Shoe Shopping Website Template Built With....

HTML CSS JavaScript


🎉Contributing Guidelines 📝

  • Thanks a Ton for showing your interest in contributing to our Repository! Pull requests are Welcome. For major changes, please open an Issue first to discuss what you would like to change.

  • To start contributing to this Repository, follow the below guidelines:

  1. Fork this Repository.

  2. Clone your forked copy of the project.

    git clone https://github.com/<your_user_name>/Heel2Toe.git
    
  3. Navigate to the project directory 📁.

    cd Heel2Toe
    
  4. Add reference to original repository (remote).

    git remote add upstream https://github.com/saloni-15/Heel2Toe.git
    
  5. Before making any changes in the repository, always take a pull from the upstream repository to your branch to keep it updated with remote repository.

    git pull upstream main
    
  6. Create a new branch.

    git checkout -b <your_branch_name>
    
  7. Make necessary changes that are required.

  8. Track Your Changes

    git add .
    
  9. Commit your changes.

    git commit -m "Relevant message"
    
  10. Push the committed changes in your branch to your remote repo.

    git push -u origin <your_branch_name>
    
  11. Make The Pull Request (PR) 🚀

  12. Wooohoo! You have successfully made a PR to the Repo- Heel2Toe 💥 . Wait for your Submission to be Accepted and your PR to be Merged!.



✨Our Contributors!-

About

A beginner-friendly repository to get started with HTML, CSS, and JS.

https://saloni-15.github.io/Heel2Toe/

License:MIT License


Languages

Language:HTML 63.6%Language:CSS 35.7%Language:JavaScript 0.7%