Skip to content

Gvarshney45/Javscript-Tasks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Tasks

  • This repository is for the web development interns.
  • Interns have to update their whole day progress here by generating PR.

How to submit Pull Request ?

  • Fork the repository
  • Clone your own forked repo : $ git clone https://github.com/<user_name>/Javascript-Tasks.git
  • $ cd Javascript-Tasks
  • Create your new branch : $ git checkout -b branch-name
  • Make changes in the files
  • Add changes : $ git add .
  • Make a commit : $ git commit -m commit-message ( Commit message could be a one-word description for your changes )
  • Push your changes : $ git push origin branch-name
  • Compare your changes and submit a Pull Request.

Facing any problem or have any doubt ? Open a issue or drop your query on Slack channel or your intern group.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 49.0%
  • JavaScript 33.9%
  • CSS 17.1%