All Projects β†’ saloni-15 β†’ Heel2Toe

saloni-15 / Heel2Toe

Licence: MIT license
A beginner-friendly repository to get started with HTML, CSS, and JS.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Heel2Toe

HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for BeginnersπŸ‘¨β€πŸ’»πŸ‘¨β€πŸ’»πŸ‘¨β€πŸ’»...Add your Profile Details, Photo and Inspirational Quote πŸ™ŒπŸ™ŒπŸ™Œ& There you go to do your first PR❀❀❀
Stars: ✭ 30 (+36.36%)
Mutual labels:  beginner-project, beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
Repo-Excluded-From-HacktoberFest-2021
Know a bit of python & need pr for hacktoberfest ? come join us in the journey
Stars: ✭ 17 (-22.73%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-Nepal-2020
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 15 (-31.82%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+954.55%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+104.55%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (+22.73%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
Learn-To-Use-Github
Wanna Learn How to use github ? come on in
Stars: ✭ 68 (+209.09%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
HacktoberFest 2021
Hacktoberfest 2021 contribution repository✨
Stars: ✭ 43 (+95.45%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
Fake APIs
Beginner friendly Custom REST-APIs creation for various development and testing purposes.🎯🌎This project has been opened for Contributions for Hacktoberfest2021.
Stars: ✭ 17 (-22.73%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-2021
This repository aims to help code beginners with their first successful pull request and open source contribution. πŸ₯³πŸŽ―πŸš€
Stars: ✭ 24 (+9.09%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
DSA
Implementation of various data structures and algorithms.
Stars: ✭ 15 (-31.82%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest2021
my-country-presidents
Open source repository containing information about a country's president profile
Stars: ✭ 12 (-45.45%)
Mutual labels:  beginner-project, beginner-friendly, hacktoberfest-accepted
Apni-Dukaan
An E-commerce site to buy products of need.
Stars: ✭ 27 (+22.73%)
Mutual labels:  web-development, hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+395.45%)
Mutual labels:  beginner-friendly, hacktoberfest2021
General-Purpose-Scripts
A repository containing several general purpose Python scripts to automate daily and common tasks.
Stars: ✭ 47 (+113.64%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Data-Structures-And-Algorithms
Important data structure and algorithms codes and concept's open-source repository.
Stars: ✭ 48 (+118.18%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (+50%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-2021
This is A Hacktoberfest 2021 Python Repository
Stars: ✭ 13 (-40.91%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (+13.64%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
formica
A discord bot that collects and analyzes form data
Stars: ✭ 20 (-9.09%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021

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!-

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].