Step-by-step tutorials to build real applications with ShitRust.
These tutorials will guide you through building real-world applications using ShitRust. Each tutorial includes complete code examples and explanations.
Before starting these tutorials, you should:
If you're new to ShitRust, check out the Getting Started Guide first.
In this tutorial, you'll build a simple command-line calculator that can perform basic arithmetic operations.
Start TutorialLearn how to create a console-based todo list application with features like adding, removing, and marking tasks as complete.
Start TutorialCreate an interactive text-based adventure game with branching storylines and player inventory management.
Start TutorialLearn how to read, process, and write CSV files using ShitRust's I/O and string manipulation features.
Coming SoonBuild a tool to parse, manipulate, and generate JSON data using ShitRust's standard library.
Coming SoonProcess numerical data, calculate statistics, and generate visual representations using ShitRust libraries.
Coming SoonCreate a simple REST API server that handles HTTP requests and responses, with JSON data processing.
Coming SoonBuild a web scraper that fetches and extracts data from websites using HTTP requests and HTML parsing.
Coming SoonCreate a simple WebSocket-based chat application with server and client components.
Coming SoonWe're constantly adding new tutorials! Check back soon for more content, or contribute your own tutorials by opening a pull request on our GitHub repository.
Have a suggestion for a tutorial? Feel free to reach out to Waowzar on GitHub.