3 Replies
$projects
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/dotnet/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
One project that really helped me learn a lot was creating a restaurant booking system API. I then Connected that API to an MVC client. Restaurant booking systems have a lot of edge cases that you need to think about.