Skip to content

Commit

Permalink
Add a task list to index.md
Browse files Browse the repository at this point in the history
Inserted a task list to track my progress through the First Day on GitHub on GItHub Skills.
  • Loading branch information
cfornesa authored Aug 24, 2024
1 parent cbdd54a commit 9a186ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ Inserting a JavaScript code block to initialize a variable called "myVar" which
``` javascript
var myVar = "Hello, world!";
```


## Creating a task list

Inserting a task list to create an example to-do list that can be useful for tracking issues and pull requests, as well as checking their progress.

### First Day on GitHub - GitHub Skills

- [x] Introduction to GitHub
- [ ] Communicate using Markdown
- [ ] GitHub Pages

0 comments on commit 9a186ec

Please sign in to comment.