Skip to content

captiosus1/hacktoberfest21-flutter-gdsc-iiitv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 mergred.
  • 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
  • GitHub Pages

About

A Flutter project for beginner to start contributing in this Hacktoberfest.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 74.2%
  • HTML 22.5%
  • Swift 2.3%
  • Other 1.0%