Skip to content

Commit 574d96a

Browse files
authored
Update README file
Add some tutorials resources learning git and web development course that can help beginners to get started in programming.
1 parent 4a30adb commit 574d96a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# First-Start
22
Tutorials, tips and tricks for beginner coders
3+
4+
## Get started with some Git and Github tutorials
5+
Here are some of the good tutorials that you can follow as a beginner. The main focus of these tutorials are to be comfortable with the git and github. To learn make sure you make your own git repo in your local computer and then upload the git folder in github.
6+
7+
* <http://gitimmersion.com/index.html> - A guided tour that walks through the fundamentals of Git
8+
* <https://try.github.io/> - Resources to learn git by reading and doing
9+
10+
## Get started with web development course
11+
<https://www.theodinproject.com/courses?ref=homenav> - The Odin Project is a free fullstack curriculum supported by passionate open source community
12+
13+
14+

0 commit comments

Comments
 (0)