design2code2live
Welcome all developers to design2code2live.
Can you code? If i provide you a design.
Build the code from the design and push it to the repository. You can see your design live from
https://aravindkumarv.xyz/design2code2live/{DesignName}
github link: https://github.com/lmas3009/design2code2live
Contribute through Hacktoberfest 2024
HACKTOBERFEST IS FOR EVERYONE. WHETHER ITβS YOUR FIRST TIMEβOR YOUR NINTHβITβS ALMOST TIME TO HACK OUT FOUR PRISTINE PULL/MERGE REQUESTS AND COMPLETE YOUR MISSION FOR OPEN SOURCE
Link πhttps://hacktoberfest.com/
JOIN THE DISCORD - https://discord.com/invite/RfMEVfVGJk and get notified when the event starts and information related to designs.
This year are giving away sticker packs for all the developers who contributes to design2code2live
Contribution Guidelines
-
Select the respective issue
-
Get assigned to the issue
-
Fork the repository
-
Create a new branch
git checkout -b {branchName}
-
Create a new folder
-
Add your source code and design image
-
Commit your code
git commit -m {Design Name}
- Push your code
git push
β¦