⏲️ Est. time to complete: 5 min. ⏲️
You will learn the following:
- How to create a new repository to host your project
The first thing that we will want to do as we think about building a new project is to spin up a new GitHub repository for that project.
Make sure that you are on the GitHub home page (i.e., https://github.com) and logged in via the account that you created in the last step.
- Choose an owner - Select the GitHub alias that you just created in the previous step
- Repository name - You can use any name you would like to represent the project, in this case I chose the name MyToDoApp
- Public/Private - This option determines whether or not this repo is by default publically available to everyone. For this exercise we will start by having this repo be Private.
- Add a README file - This creates a readme.md in the root of the project. We have selected to include this
- Add .gitignore - Please select
Python
as the template to use for this file. - Choose a License - Please select
MIT License
as this is the default license that is being used for the Everyone Can Code event. - After setting all of these values, please select the Create respository button. This will create a new repository and should look something like this: