C
C#4w ago
Sly

✅ How do I get ideas for projects that are doable?

Basically title.
3 Replies
Jimmacle
Jimmacle4w ago
$projects
MODiX
MODiX4w ago
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
Mauricio
Mauricio4w ago
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.

Did you find this page helpful?