Projectbook
October 15, 2022 ยท View on GitHub
Learn By Doing
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 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:
- Rust
- 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.
