mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 14:14:19 +00:00
Initial commit
This commit is contained in:
commit
e4eb1ebe97
1 changed files with 23 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Project Based Learning
|
||||
|
||||
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
|
||||
|
||||
## Table of Contents:
|
||||
* [C](#C)
|
||||
* [JavaScript](#javascript)
|
||||
* [Python](#python)
|
||||
|
||||
## C:
|
||||
* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
|
||||
* [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
|
||||
* [Build Your Own Lisp](http://www.buildyourownlisp.com/)
|
||||
|
||||
## JavaScript:
|
||||
* [Create Serverless React.js Apps](http://serverless-stack.com/)
|
||||
* [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
|
||||
* [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/)
|
||||
* [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)
|
||||
|
||||
## Python:
|
||||
* [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)
|
||||
* [Build a Facebook Messenger Bot](https://blog.hartleybrody.com/fb-messenger-bot/)
|
Loading…
Reference in a new issue