Skip to content

Commit e4eb1eb

Browse files
committed
Initial commit
0 parents  commit e4eb1eb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Project Based Learning
2+
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
4+
5+
## Table of Contents:
6+
* [C](#C)
7+
* [JavaScript](#javascript)
8+
* [Python](#python)
9+
10+
## C:
11+
* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
12+
* [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
13+
* [Build Your Own Lisp](http://www.buildyourownlisp.com/)
14+
15+
## JavaScript:
16+
* [Create Serverless React.js Apps](http://serverless-stack.com/)
17+
* [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
18+
* [Create a Charater Voting App with React, Node, MongoDB and SocketIO](http://sahatyalkabov.com/create-a-character-voting-app-using-react-nodejs-mongodb-and-socketio/)
19+
* [Build a URL Shortener with Node, MongoDB and Hapi.js](https://www.codetuts.tech/build-a-url-shortener-node-hapi-js/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
20+
21+
## Python:
22+
* [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)
23+
* [Build a Facebook Messenger Bot](https://blog.hartleybrody.com/fb-messenger-bot/)

0 commit comments

Comments
 (0)