Skip to content

brettchalupa/projectbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projectbook

Learn By Doing

Cover, which reads "Projectbook: 50+ project ideas for learning any new programming language. Brett Chalupa"

A collection of over 100 project ideas for learning new programming languages, frameworks, and libraries.

Browse around, dig in, make something, and share it!

👀📖 Browse the book!

Or download a PDF.

Or get involved on GitHub Discussions.


Writing & Development Guide

Authored in Markdown with mdBook.

Running the Dev Server

Follow the mdBook instructions.

Or install via Cargo if you have Rust installed:

  1. Rust
  2. mdbook - cargo install mdbook

Run the book server with : mdbook serve --open

Hosting

Hosted on GitHub Pages, deployed via GitHub Action when pushed to main branch.