A collection of vibrant frontend projects, mini-projects, components, animations, games and much more!
For More Information log on to Dev-Geeks
| Project Stats | 🌟 Stars | 🍴 Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Close PRs |
| Project |
-
Drop a ⭐ on the Github repository (optional)
-
Create an issue of the project or a feature you would like to add in the project and get the task assigned for youself. (issue can be any feature or project that you think you could contribute to).
-
Fork the repo to your Github.
-
Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link:
git clone https://github.com/pranjay-poddar/Dev-Geeks -
Create a branch using below command.
git branch <your branch name> -
Checkout to your branch.
git checkout <your branch name> -
Add your code in your local machine folder.
git add . -
Commit your changes.
git commit -m"<add your message here>" -
Push your changes.
git push --set-upstream origin <your branch name> -
Add your project name with the link in the readme in the desired format.
-
Make a pull request! (compare your branch with the owner main branch)