-
Notifications
You must be signed in to change notification settings - Fork 2
Task 0
It's time for your first task for the Bootcamp! Please note that you will be using Git and GitHub for this task, so we hope that you have familiarised your self with the resources on Git provided in the wiki. if you have still not, please go through it by clicking on this link.
-
You will be required to make a file where you upload your progress after every task. You will be creating something called Markdown file. A Markdown file is like a text file but with minimalistic support for HTML. You can create different headers, add links, images, create tables etc., which is basically what you can do with HTML. In fact, this wiki is also written in a Markdown file. You can refer to the following link for resources on Markdown syntax
-
Open VSCode and create a file named
<your-full-name>.md. -
Here create an
h1heading namedWeek 0and below it, add a screenshot of the home page flutter starter app that you see when you launch the app using the commandflutter run. Please note that you will have to add the link of the screenshot, as you can't directly copy and paste images in Markdown. We suggest adding the images in a separated folder namedTask 0and pushing this to GitHub first, and then using the link of the image on GitHub in the Markdown file. The instruction of adding files to GitHub has been given in the link above. You can add images using the following command //here (<image-link> will be the GitHub link of the image)
-
Do not worry if you are unable to see the preview of the image in the Markdown, once you push the markdown to GitHub, it will be visible.
-
If you have not yet created your branch on the repo yet, then do so using the resources provided above.
-
Move the file to the cloned repository on your local machine, and then add it to the repo by repeating the same process as above.
-
Since this is the first task we have provided you with the solution along with the task. You can see how it is done by switching to my branch, i.e,
Abhinav-Agrawaland view the folder structure and Markdown file