Awesome
Projectbook
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.