Skip to content

Commit 3195ae6

Browse files
committed
edit introduction paragraphs
1 parent 97ef4e9 commit 3195ae6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Project Based Learning
22

3-
Learning by doing is important and more effective than plainly following a document. This repo collects various resources on the Internet on learning programming by doing a project
3+
A list of programming tutorials in which learners build an application from scratch. These tutorials are divided into different primary programming languages. Some have intermix technologies and languages.
4+
5+
To get started, simply fork this repo. Please refer to [CONTRIBUTION.md](CONTRIBUTION.md) for contribution guidelines.
46

57
## Table of Contents:
68
* [C/C++](#cc)
79
* [JavaScript](#javascript)
810
* [Python](#python)
911
* [Go](#go)
1012
* [Ruby](#ruby)
11-
* [Android](#android)
1213
* [Haskell](#haskell)
1314
* [Rust](#rust)
1415

@@ -50,8 +51,6 @@ Learning by doing is important and more effective than plainly following a docum
5051
## Ruby:
5152
* [Build Instagram From Scratch with Ruby on Rails](https://www.dropbox.com/s/9vq430e9s3q7pu8/Let%27s%20Build%20Instagram%20with%20Ruby%20on%20Rails%20-%20Free%20Edition.pdf?dl=0)
5253

53-
## Android:
54-
5554
## Haskell:
5655
* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)
5756
* [Write Yourself a Scheme in 48 hours]()

0 commit comments

Comments
 (0)