Abhay5855 / Simple-to-Advance

[EXCLUDE] A repository to contribute at hacktoberfest 2022 | Simple-to-Advance Web Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

“Talk is cheap. Show me the code.” ~ Linus Torvalds:thought_balloon:


image

🐱‍💻 Simple-to-Advance Web Project (SAWP)

📌 This repository contains many projects based on web development i.e simple-to-advance level projects so that people in this community can easily learn the website development directly in real life project.

📌 100% Open Source. This repository is open to all members of GitHub community.

📌 If you think this project is helpful, please add a ⭐ to this repository.


🏷️ To get started

  1. First, fork the repository.
  2. Clone the forked repository to your local machine.
git clone https://github.com/your-username/Simple-to-Advance.git
  1. Add upstream URL
git remote set-url origin https://github.com/your-username/Simple-to-Advance.git
  1. Create a new branch
git checkout -b new_branch_name
  1. Make your contribution

  2. Commit and push the changes

git add .
git commit -m 'Relevant message'
git push origin branch_name
  1. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo).

  2. Wait for your PR's review and approval from the maintainers.


image

Table of Contents

😄 Shoutout to all the contributors ❤️

note: it will take a few days to update your profile here



Made with ❤️ by all contributors

About

[EXCLUDE] A repository to contribute at hacktoberfest 2022 | Simple-to-Advance Web Project

License:GNU General Public License v3.0


Languages

Language:HTML 42.4%Language:CSS 34.9%Language:JavaScript 18.1%Language:SCSS 2.6%Language:Vue 1.3%Language:Go 0.2%Language:PHP 0.2%Language:Hack 0.2%Language:Shell 0.0%Language:Dockerfile 0.0%