This is an open-source project to help Frontend developers make their road easy to become a top developer.
- Fork the repository first (Click the Fork button in the top right of this page, click your Profile Image)
- Clone the forked repository to your local machine.
git clone https://github.com/jayk-gupta/Frontend-Resources
- change the present working directory
cd Frontend-Resources
- 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.
- 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.
Add your details in Contributors.md
file