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
- Fork this repo
- Clone the repo
git clone https://github.com/<your-username>/hacktoberfest21-flutter-gdsc-iiitv
-
Change Directory to
hacktoberfest21-flutter-gdsc-iiitv
, usingcd hacktoberfest21-flutter-gdsc-iiitv
-
Create a branch named
feature-{github-username}
, usinggit checkout -b feature-{github-username}
-
Open the current directory in your editor.
- 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>" }
- 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.