/Frontend-Resources

Resources for learning frontend development

Primary LanguageHTMLMIT LicenseMIT

Frontend-Resources

This is an open-source project to help Frontend developers make their road easy to become a top developer.

How to Contribute

  1. Fork the repository first (Click the Fork button in the top right of this page, click your Profile Image)
  2. Clone the forked repository to your local machine.
git clone https://github.com/jayk-gupta/Frontend-Resources
  1. change the present working directory
cd Frontend-Resources
  1. Make changes in the project. Add, Commit and Push the project using following commands:

Create a Branch

git checkout -b <name of the branch>
  • Make the changes

Add all files

git add . 

Commit the changes

git commit -m "Write Your commit Message" 

Push the branch

git push 

OR

git push origin branch-name

Make Pull Request from Github Repository Star the repository. Pull requests are welcome. Feel free to add the resources you know for learning front-end.

Note

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code wherever necessary.

For Contributors

Add your details in Contributors.md file

License

MIT