Skip to content

SooryaCodes/Hacktoberfest-2k23-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest 2k23 Challenge

Contributions list - Click here


  1. Download any design from uidesigndaily.com or any other websites ( dribbble, behance ).

  2. Fork this repository ( Click the Fork button in the top right of this page ).

  3. Clone your fork into your local machine.

git clone https://github.com/SooryaCodes/Hacktoberfest-2k23-Challenge.git
  1. Create new folder under Designs folder and rename it with your GitHub username.

  2. Code the downloaded design using html and css in the folder that you have created.

  3. Commit and Push your code.

git add .
git commit -m 'commit message'
git push -u origin your-branch-name
  1. Create a new pull request from your forked repository ( Click the New Pull Request button located at the top of your repo ).

  2. Wait for your PR to be reviewed and approved for merge ✨.