Skip to content

GVP-AI-Club/Web-Dev-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

🚀 Web Development Workshop for Beginners 🚀

✨ GVP AI club Web Development workshop task submission repository✨

How to submit your task

  • Create a Pull request by adding your code files in the submission folder named with your ROLL NUMBER

How to Create a Pull Request

1. Fork this repository. Click on the symbol at the top right corner.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/Web-Dev-Workshop

3. Navigate to the project directory.

cd Web-Dev-Workshop

4. Create a new branch:

git checkout -b YourBranchName

5. Add your code files to the submission repo (checkout example below)

6. Stage your changes and commit

git add .
git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

git push origin YourBranchName

8. Create a PR !

9. Congratulations! Sit and relax, you've made your Submission to Web-Dev-Workshop Repo.

🏆 After this, team will review the changes and will merge your PR if it is good to go, otherwise we will suggest the required changes.

Sample Submission

  • Web-Dev-Workshop Repo
    • 19131A05M5(folder)
      • your code files like index.html
      • index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published