Skip to content

iiitv/hacktoberfest21-flutter-gdsc-iiitv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberFest21-Flutter-GDSC-IIITV

  • This Repo is for beginner to start contributing to open source (Flutter) in this HacktoberFest 2k21.
  • Edit the 'data.json' send a PR and wait for it get merged.
  • Also Generate the image you wanna upload from here & paste the url in
  "imgURL": ""

How to Contribute

Prerequisites

  • you should have Flutter SDK installed in your environment here.

Installation

  1. Fork this repo

  2. Clone the repo

    git clone https://github.com/<your-username>/hacktoberfest21-flutter-gdsc-iiitv
  3. Change Directory to hacktoberfest21-flutter-gdsc-iiitv , using cd hacktoberfest21-flutter-gdsc-iiitv

  4. Create a branch named feature-{github-username}, using git checkout -b feature-{github-username}

  5. Open the current directory in your editor.

  6. Add your data in 'data.json' file in given format

  {
            "id": prev +1,
            "name": "<Your Name>",
            "batch": "<Your Batch>",
            "imgURL": "<Your Image URL>",
            "linkedinURL":"<Your LinkedIN profile URL>",
            "githubURL": "<Your GitHub profile URL>",
            "twitterURL": "<Your Twitter Profile URL>"
   }
  1. Commit the Changes and make a PR and wait it to get merged

Tech Stack

  • Flutter : An Open-Source UI development Framework used for Cross-Platform application developed by Google.
  • GitHub Pages : GitHub Pages allows you to freely host and create your websites(static) through GitHub.