lmas3009 / designtodevelopment

This repository is all about converting design inspirations into code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DesignToDevelopment D2D

Welcome to my repository :)

I will provide you the design, Can you code?

Now a days building things on the internet has more value than ever. Web development is the most in-demand skill and I believe that, the fastest way to acquire a skill is by building things. You can improve your development skills by contributing to my repository.

Contribute through HacktoberFest

People who are very new in the Open source Community star_struck and who are eagerly waiting to kickstart there journey in HACKTOBERFEST 2021 can contribute to this repository.

Alt text

Contribution Guide Lines

1. Fork The Repository

2. Go To Issues Section

3. Choose An Existing Issue

4. Get Assigned

5. Clone Your Forked Repository

git clone YOUR_FORKED_REPOSITORY_LINK

6. Create A New Branch

git checkout -b BRANCH_NAME

7. Create A New Floder

Create a folder with your name inside the design folder you are working on. Don't change the file names or add new files to the existing images folder

8. Commit The Changes

git commit -m "implemented design23"

Example: If you are working on design23 commit message should be "implemented design23"

9. Push Your Changes To Your Remote Repository

git push origin BRANCH_NAME

10. Create A Pull Request

Give relevant PR message and add a snapshot of your design implementation.

Example: If you are working on design 23 your message should be "added design23"

Please wait patiently until your PR get's reviewed :)

RULES For Merging A PR.

If you had fun in contributing to our project than please make sure to star our repository

About

This repository is all about converting design inspirations into code.


Languages

Language:HTML 51.1%Language:CSS 29.6%Language:SCSS 11.0%Language:JavaScript 8.3%