mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 14:14:19 +00:00
12 KiB
12 KiB
Project Based Learning
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.
To get started, simply fork this repo. Please refer to CONTRIBUTING.md for contribution guidelines.
Table of Contents:
- C/C++
- C#
- Clojure
- Java
- JavaScript
- Kotlin
- Python
- Go
- Ruby
- Haskell
- PHP
- R
- Rust
- Swift
- Additional resources
C/C++:
- Write a Shell in C
- Build Your Own Text Editor
- Build Your Own Lisp
- Write an OS from scratch
- How to Make Minecraft in C++/OpenGL
- How to Write an Emulator (CHIP-8 interpreter)
- Beginning Game Programming with C++ and SDL
- Let's Code a TCP/IP Stack
- Build a Live Code-reloader Library for C++
C#:
- Learn C# By Building a Simple RPG Game
- Create a Rogue-like game in C#
- Create a Blank App with C# and Xamarin (work in progress)
- Build iOS Photo Library App with Xamarin and Visual Studio
Clojure:
Java:
- Build a Simple HTTP Server with Java
- Build an Android Flashlight App
- Build a Spring Boot App with User Authentication
JavaScript:
Mobile Application:
Web Applications:
React:
- Create Serverless React.js Apps
- Create a Trello Clone
- Create a Character Voting App with React, Node, MongoDB and SocketIO
- React Tutorial: Cloning Yelp
- Build a Full Stack Movie Voting App with Test-First Development using Mocha, React, Redux and Immutable
- Build a Twitter Stream with React and Node
- Build a Serverless MERN Story App with Webtask.io
Angular:
- Build an Instagram Clone
- Build an offline-capable Hacker News client with Angular 2+
- Build a web application with Django and AngularJS
Others (Node, Hapi, Express...):
- Build a URL Shortener with Node, MongoDB and Hapi.js
- Build a real-time Markdown Editor with NodeJS
- Test-Driven Development with Node, Postgres and Knex
- Build a Progressive Web Application (PWA)
- Build A Support Ticket Application With AdonisJs
Game Development:
- Make 2D Breakout Game using Phaser
- Make Flappy Bird in HTML5 and JavaScript with Phaser
Desktop Application:
Miscellaneous:
Kotlin:
Python:
Web Scraping:
Web Applications:
- Build a Microblog with Flask
- Create a blog webapp in Django
- Choose Your Own Adventure Presentations
- Build a Todo List with Flask and RethinkDB
- Build a Todo List with Django and Test-Driven Development
- Build a RESTful Microservice in Python
Bots:
- Build a Reddit Bot
- How to Make a Reddit Bot - YouTube
- Build a Facebook Messenger Bot
- Making a Reddit + Facebook Messenger Bot
- How To Create a Telegram Bot Using Python
Miscellaneous:
- Build a Simple Interpreter
- Write a NoSQL Database in Python
- Building a Gas Pump Scanner with OpenCV/Python/iOS
- Build a Distributed Streaming System with Python and Kafka
Go:
- Create a Real Time Chat App with Golang, Angular 2, and WebSocket
- Building Go Web Applications and Microservices Using Gin
- How to Use Godog for Behavior-driven Development in Go et started with Godog
PHP:
- How To Build A Blog With Laravel
- Make Your Own Blog (in Pure PHP)
- Build A Real Estate Website Example with SilverStripe
- Building Realtime Chat App with Laravel 5.4 and VueJS
- Build A Social Network: Laravel 5 - Youtube
Ruby:
- Build Instagram From Scratch with Ruby on Rails
- Build a CMS with Ruby on Rails
- Build a Social Network using Rails
Haskell:
- Write You a Haskell - Build a modern functional compiler
- Write Yourself a Scheme in 48 hours
- Write You A Scheme, Version 2
- Roll Your Own IRC Bot
- Let's Build A Basic Compiler in Haskell
- Making Movie Monad
- Making a Website with Haskell (outdated)
R:
Rust:
- A Simple Web App in Rust
- Write an OS in Rust
- Build a browser engine in Rust