You can check the projects on my GitHub. This has just started, expect more to be here soon!
The projects in this repo are:
A simple program like grep written alongside from the rust book. This project helped me learn how to create CLI programs, the file structure expected and error handling.
A simple chat application backend with channel for messages that takes multiple inputs.
A sudoku solver that accepts an input of a sudoku puzzle and solves it for you.
Building a dummy API service using Axum (by tokio).